Skip to content

Commit

Permalink
nfsd4: exchange_id has a pointless copy
Browse files Browse the repository at this point in the history
We just verified above that these two verifiers are already the same.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
  • Loading branch information
J. Bruce Fields committed Jun 1, 2012
1 parent 3ddbe87 commit 11ae681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/nfsd/nfs4state.c
Original file line number Diff line number Diff line change
Expand Up @@ -1587,7 +1587,6 @@ nfsd4_exchange_id(struct svc_rqst *rqstp,
* Falling into 18.35.4 case 2, possible router replay.
* Leave confirmed record intact and return same result.
*/
copy_verf(conf, &verf);
new = conf;
goto out_copy;
}
Expand Down

0 comments on commit 11ae681

Please sign in to comment.