]> git.hungrycats.org Git - linux/commit
NFSD: Initialize struct nfsd4_copy earlier
authorChuck Lever <chuck.lever@oracle.com>
Sat, 26 Oct 2024 16:02:38 +0000 (12:02 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Tue, 29 Oct 2024 19:31:18 +0000 (15:31 -0400)
commit63fab04cbd0f96191b6e5beedc3b643b01c15889
tree2f505369eb1b0f3da428da34b3dd21f5c5b10436
parentd5ff2fb2e7167e9483846e34148e60c0c016a1f6
NFSD: Initialize struct nfsd4_copy earlier

Ensure the refcount and async_copies fields are initialized early.
cleanup_async_copy() will reference these fields if an error occurs
in nfsd4_copy(). If they are not correctly initialized, at the very
least, a refcount underflow occurs.

Reported-by: Olga Kornievskaia <okorniev@redhat.com>
Fixes: aadc3bbea163 ("NFSD: Limit the number of concurrent async COPY operations")
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Tested-by: Olga Kornievskaia <okorniev@redhat.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs4proc.c