aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/nfsd/nfs4state.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
index 23b5fc71f9fb..60cc937b7076 100644
--- a/fs/nfsd/nfs4state.c
+++ b/fs/nfsd/nfs4state.c
@@ -835,9 +835,7 @@ nfsd4_setclientid_confirm(struct svc_rqst *rqstp,
835 * SETCLIENTID_CONFIRM request processing consisting 835 * SETCLIENTID_CONFIRM request processing consisting
836 * of 4 bullet points, labeled as CASE1 - CASE4 below. 836 * of 4 bullet points, labeled as CASE1 - CASE4 below.
837 */ 837 */
838 if ((conf && unconf) && 838 if (conf && unconf && same_verf(&confirm, &unconf->cl_confirm)) {
839 (same_verf(&unconf->cl_confirm, &confirm)) &&
840 (!same_verf(&conf->cl_confirm, &unconf->cl_confirm))) {
841 /* 839 /*
842 * RFC 3530 14.2.34 CASE 1: 840 * RFC 3530 14.2.34 CASE 1:
843 * callback update 841 * callback update