Skip to content

Commit

Permalink
nfsd: remove duplicate init in nfsd4_cb_recall
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Namjae Jeon authored and J. Bruce Fields committed Sep 10, 2012
1 parent ef79859 commit 8c8651b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/nfsd/nfs4callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8c8651b

Please sign in to comment.