Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c8651b8 authored by Namjae Jeon's avatar Namjae Jeon Committed by J. Bruce Fields
Browse files

nfsd: remove duplicate init in nfsd4_cb_recall



remove duplicate init in nfsd4_cb_recall

Signed-off-by: default avatarNamjae Jeon <linkinjeon@gmail.com>
Signed-off-by: default avatarVivek Trivedi <vtrivedi018@gmail.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent ef79859e
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1028,7 +1028,6 @@ void nfsd4_cb_recall(struct nfs4_delegation *dp)
	cb->cb_msg.rpc_cred = callback_cred;
	cb->cb_msg.rpc_cred = callback_cred;


	cb->cb_ops = &nfsd4_cb_recall_ops;
	cb->cb_ops = &nfsd4_cb_recall_ops;
	dp->dl_retries = 1;


	INIT_LIST_HEAD(&cb->cb_per_client);
	INIT_LIST_HEAD(&cb->cb_per_client);
	cb->cb_done = true;
	cb->cb_done = true;