NFS fix COMMIT after COPY
Fix a typo in the commite092693443
"NFS append COMMIT after synchronous COPY" Reported-by: Eryu Guan <eguan@redhat.com> Fixes:e092693443
("NFS append COMMIT after synchronous COPY") Signed-off-by: Olga Kornievskaia <kolga@netapp.com> Tested-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
This commit is contained in:
committed by
Trond Myklebust
parent
08332893e3
commit
6d3b5d8d8d
@ -177,7 +177,7 @@ static ssize_t _nfs42_proc_copy(struct file *src,
|
|||||||
if (status)
|
if (status)
|
||||||
goto out;
|
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)) {
|
&res->commit_res.verf->verifier)) {
|
||||||
status = -EAGAIN;
|
status = -EAGAIN;
|
||||||
goto out;
|
goto out;
|
||||||
|
Reference in New Issue
Block a user