Commit 98c27f27 authored by Tom Rix's avatar Tom Rix Committed by Trond Myklebust
Browse files

NFS: simplify check for freeing cn_resp



nfs42_files_from_same_server() is called to check if freeing
cn_resp is required, just do the free.

Signed-off-by: default avatarTom Rix <trix@redhat.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 53ab78cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -180,8 +180,8 @@ static ssize_t __nfs4_copy_file_range(struct file *file_in, loff_t pos_in,
	ret = nfs42_proc_copy(file_in, pos_in, file_out, pos_out, count,
				nss, cnrs, sync);
out:
	if (!nfs42_files_from_same_server(file_in, file_out))
	kfree(cn_resp);

	if (ret == -EAGAIN)
		goto retry;
	return ret;