From: Andy Adamson <andros@xxxxxxxxxx> March 31 review by Bruce: squash into nfsd DRC logic Signed-off-by: Andy Adamson <andros@xxxxxxxxxx> --- fs/nfsd/nfs4xdr.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index 36469f5..0c924de 100644 --- a/fs/nfsd/nfs4xdr.c +++ b/fs/nfsd/nfs4xdr.c @@ -3348,8 +3348,8 @@ nfs4svc_encode_compoundres(struct svc_rqst *rqstp, __be32 *p, struct nfsd4_compo dprintk("%s: SET SLOT STATE TO AVAILABLE\n", __func__); resp->cstate.slot->sl_inuse = 0; } - if (resp->cstate.slot->sl_session) - nfsd4_put_session(resp->cstate.slot->sl_session); + if (resp->cstate.session) + nfsd4_put_session(resp->cstate.session); } #endif /* CONFIG_NFSD_V4_1 */ return 1; -- 1.5.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html