Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;