diff options
Diffstat (limited to 'fs/nfsd/nfs4state.c')
-rw-r--r-- | fs/nfsd/nfs4state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 62b882dc48ec..d0a016a502be 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c | |||
@@ -2288,7 +2288,7 @@ nfsd4_sequence(struct svc_rqst *rqstp, | |||
2288 | session->se_fchannel.maxresp_sz; | 2288 | session->se_fchannel.maxresp_sz; |
2289 | status = (seq->cachethis) ? nfserr_rep_too_big_to_cache : | 2289 | status = (seq->cachethis) ? nfserr_rep_too_big_to_cache : |
2290 | nfserr_rep_too_big; | 2290 | nfserr_rep_too_big; |
2291 | if (xdr_restrict_buflen(xdr, buflen - 2 * RPC_MAX_AUTH_SIZE)) | 2291 | if (xdr_restrict_buflen(xdr, buflen - rqstp->rq_auth_slack)) |
2292 | goto out_put_session; | 2292 | goto out_put_session; |
2293 | svc_reserve(rqstp, buflen); | 2293 | svc_reserve(rqstp, buflen); |
2294 | 2294 | ||