Commit 6d3b5d8d authored by Olga Kornievskaia's avatar Olga Kornievskaia Committed by Trond Myklebust

NFS fix COMMIT after COPY

Fix a typo in the commit e0926934
"NFS append COMMIT after synchronous COPY"
Reported-by: default avatarEryu Guan <eguan@redhat.com>
Fixes: e0926934 ("NFS append COMMIT after synchronous COPY")
Signed-off-by: default avatarOlga Kornievskaia <kolga@netapp.com>
Tested-by: default avatarEryu Guan <eguan@redhat.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment