From 11ae681052022a60c1b5a697f00052a6c8c61f7e Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Fri, 4 May 2012 15:16:06 -0400 Subject: 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 diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index c474161..8a06cb0 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; } -- cgit v0.10.2