2009-04-02 00:36:00

by Kevin Coffman

[permalink] [raw]
Subject: [PATCH 0/2] nfs-utils: detect and log write errors

Address at least one cause of a problem that has been reported
where it appears that a gss context was successfully created,
but the server returns GSS_S_NO_CONTEXT.

---

Kevin Coffman (2):
svcgssd: check the return code from qword_eol() and log failures
cacheio: return any original error from qword_eol


support/nfs/cacheio.c | 10 ++++++++--
utils/gssd/svcgssd_proc.c | 4 ++++
2 files changed, 12 insertions(+), 2 deletions(-)