提交 6d3b5d8d 编写于 作者: O Olga Kornievskaia 提交者: Trond Myklebust

NFS fix COMMIT after COPY

Fix a typo in the commit e0926934
"NFS append COMMIT after synchronous COPY"
Reported-by: NEryu Guan <eguan@redhat.com>
Fixes: e0926934 ("NFS append COMMIT after synchronous COPY")
Signed-off-by: NOlga Kornievskaia <kolga@netapp.com>
Tested-by: NEryu Guan <eguan@redhat.com>
Signed-off-by: NTrond Myklebust <trond.myklebust@primarydata.com>
上级 08332893
......@@ -177,7 +177,7 @@ static ssize_t _nfs42_proc_copy(struct file *src,
if (status)
goto out;
if (!nfs_write_verifier_cmp(&res->write_res.verifier.verifier,
if (nfs_write_verifier_cmp(&res->write_res.verifier.verifier,
&res->commit_res.verf->verifier)) {
status = -EAGAIN;
goto out;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册