diff options
author | J. Bruce Fields <bfields@redhat.com> | 2012-05-04 15:16:06 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-05-31 20:29:50 -0400 |
commit | 11ae681052022a60c1b5a697f00052a6c8c61f7e (patch) | |
tree | 2ac81505452bb11d1b895f433acdd476a1ec7c5f | |
parent | 3ddbe8794ff1bcba5af09f2e6949755d6251958f (diff) |
nfsd4: exchange_id has a pointless copy
We just verified above that these two verifiers are already the same.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
-rw-r--r-- | fs/nfsd/nfs4state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index c474161fd4b6..8a06cb07896a 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c | |||
@@ -1587,7 +1587,6 @@ nfsd4_exchange_id(struct svc_rqst *rqstp, | |||
1587 | * Falling into 18.35.4 case 2, possible router replay. | 1587 | * Falling into 18.35.4 case 2, possible router replay. |
1588 | * Leave confirmed record intact and return same result. | 1588 | * Leave confirmed record intact and return same result. |
1589 | */ | 1589 | */ |
1590 | copy_verf(conf, &verf); | ||
1591 | new = conf; | 1590 | new = conf; |
1592 | goto out_copy; | 1591 | goto out_copy; |
1593 | } | 1592 | } |