aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/nfsd/nfs4state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
index e9c3afe4b5d3..1afd7d4420bd 100644
--- a/fs/nfsd/nfs4state.c
+++ b/fs/nfsd/nfs4state.c
@@ -1440,7 +1440,7 @@ static void init_session(struct svc_rqst *rqstp, struct nfsd4_session *new, stru
1440 list_add(&new->se_perclnt, &clp->cl_sessions); 1440 list_add(&new->se_perclnt, &clp->cl_sessions);
1441 spin_unlock(&clp->cl_lock); 1441 spin_unlock(&clp->cl_lock);
1442 1442
1443 if (cses->flags & SESSION4_BACK_CHAN) { 1443 {
1444 struct sockaddr *sa = svc_addr(rqstp); 1444 struct sockaddr *sa = svc_addr(rqstp);
1445 /* 1445 /*
1446 * This is a little silly; with sessions there's no real 1446 * This is a little silly; with sessions there's no real