Commit 11ae6810 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: exchange_id has a pointless copy



We just verified above that these two verifiers are already the same.

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 3ddbe879
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
	}