dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
J. Bruce Fields 2012-05-04 15:16:06 -04:00
parent 3ddbe8794f
commit 11ae681052
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}