forked from luck/tmp_suning_uos_patched
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:
parent
08332893e3
commit
6d3b5d8d8d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user