浏览代码

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>
J. Bruce Fields 13 年之前
父节点
当前提交
11ae681052
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      fs/nfsd/nfs4state.c

+ 0 - 1
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;
 	}