nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUS
authorJeff Layton <jlayton@kernel.org>
Wed, 18 Jan 2023 17:31:34 +0000 (12:31 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 20 Feb 2023 14:20:51 +0000 (09:20 -0500)
commitfcb530973b3c48099108e6e2e7433db9188f7eeb
treedeea6e7a21cdd6eadbb14c9ea514e5b58e3e6106
parentc4a9f0552cf682489d370adccf2f3ee11a8ff272
nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUS

We're not doing any blocking operations for OP_OFFLOAD_STATUS, so taking
and putting a reference is a waste of effort. Take the client lock,
search for the copy and fetch the wr_bytes_written field and return.

Also, make find_async_copy a static function.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Olga Kornievskaia <kolga@netapp.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs4proc.c
fs/nfsd/state.h