Commit 5b2b9a81 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] knfsd: fix a problem with incorrectly formatted auth_error returns.

From: NeilBrown <neilb@cse.unsw.edu.au>

From: Fred Isaman
parent d4658c74
......@@ -690,7 +690,7 @@ svcauth_gss_accept(struct svc_rqst *rqstp, u32 *authp)
struct rsc *rsci = NULL;
struct rsi *rsip, rsikey;
u32 *rpcstart;
u32 *reject_stat = resv->iov_base;
u32 *reject_stat = resv->iov_base + resv->iov_len;
int ret;
dprintk("RPC: svcauth_gss: argv->iov_len = %zd\n",argv->iov_len);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment