From: Andy Adamson <andros@xxxxxxxxxx> March 31 review by Bruce: squash into nfsd41: sequence operation Signed-off-by: Andy Adamson <andros@xxxxxxxxxx> --- fs/nfsd/nfs4state.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index f70c10f..1fec767 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c @@ -1509,6 +1509,7 @@ nfsd4_sequence(struct svc_rqst *rqstp, status = check_slot_seqid(seq->seqid, slot); if (status == nfserr_replay_cache) { cstate->slot = slot; + cstate->session = session; /* Return the cached reply status and set cstate->status * for nfsd4_svc_encode_compoundres processing */ status = nfsd4_replay_cache_entry(resp, seq); @@ -1527,6 +1528,7 @@ nfsd4_sequence(struct svc_rqst *rqstp, slot->sl_cache_entry.ce_cachethis = 1; cstate->slot = slot; + cstate->session = session; replay_cache: /* Renew the clientid on success and on replay. -- 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