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 /fs/nfsd | |
parent | 3ddbe8794ff1bcba5af09f2e6949755d6251958f (diff) | |
download | linux-3.10-11ae681052022a60c1b5a697f00052a6c8c61f7e.tar.gz linux-3.10-11ae681052022a60c1b5a697f00052a6c8c61f7e.tar.bz2 linux-3.10-11ae681052022a60c1b5a697f00052a6c8c61f7e.zip |
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>
Diffstat (limited to 'fs/nfsd')
-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 c474161fd4b..8a06cb07896 100644 --- a/fs/nfsd/nfs4state.c +++ b/fs/nfsd/nfs4state.c @@ -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; } |