From: Andy Adamson <andros@xxxxxxxxxx> March 31 review by Bruce squash into nfsd41: create_session operation Signed-off-by: Andy Adamson <andros@xxxxxxxxxx> --- fs/nfsd/nfs4state.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 2b8d3ba..f70c10f 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c @@ -511,9 +511,6 @@ alloc_init_session(struct svc_rqst *rqstp, struct nfs4_client *clp, if (!new->se_slots) goto out_free; - for (i = 0; i < new->se_fnumslots; i++) - new->se_slots[i].sl_session = new; - new->se_client = clp; gen_sessionid(new); idx = hash_sessionid(&new->se_sessionid); -- 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