[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1346249453-3549-1-git-send-email-linkinjeon@gmail.com>
Date: Wed, 29 Aug 2012 10:10:53 -0400
From: Namjae Jeon <linkinjeon@...il.com>
To: bfields@...ldses.org, akpm@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, linux-nfs@...r.kernel.org,
Namjae Jeon <linkinjeon@...il.com>,
Vivek Trivedi <vtrivedi018@...il.com>
Subject: [PATCH] nfsd: remove duplicate init in nfsd4_cb_recall
remove duplicate init in nfsd4_cb_recall
Signed-off-by: Namjae Jeon <linkinjeon@...il.com>
Signed-off-by: Vivek Trivedi <vtrivedi018@...il.com>
---
fs/nfsd/nfs4callback.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/nfsd/nfs4callback.c b/fs/nfsd/nfs4callback.c
index 4c7bd35..bdf29c9 100644
--- a/fs/nfsd/nfs4callback.c
+++ b/fs/nfsd/nfs4callback.c
@@ -1028,7 +1028,6 @@ void nfsd4_cb_recall(struct nfs4_delegation *dp)
cb->cb_msg.rpc_cred = callback_cred;
cb->cb_ops = &nfsd4_cb_recall_ops;
- dp->dl_retries = 1;
INIT_LIST_HEAD(&cb->cb_per_client);
cb->cb_done = true;
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists