dect
/
linux-2.6
Archived
13
0
Fork 0

nfsd: remove duplicate init in nfsd4_cb_recall

remove duplicate init in nfsd4_cb_recall

Signed-off-by: Namjae Jeon <linkinjeon@gmail.com>
Signed-off-by: Vivek Trivedi <vtrivedi018@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
Namjae Jeon 2012-08-29 10:10:53 -04:00 committed by J. Bruce Fields
parent ef79859e04
commit 8c8651b8e2
1 changed files with 0 additions and 1 deletions

View File

@ -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;