commit | 49a361327332c9221438397059067f9b205f690d | [log] [tgz] |
---|---|---|
author | Dai Ngo <dai.ngo@oracle.com> | Thu Oct 29 15:07:16 2020 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Nov 05 17:25:14 2020 -0500 |
tree | aa1cba58354156ca0ab10edaba94d292f35ebd53 | |
parent | 36e1e5ba90fb3fba6888fae26e4dfc28bf70aaf1 [diff] |
NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copy Need to initialize nfsd4_copy's refcount to 1 to avoid use-after-free warning when nfs4_put_copy is called from nfsd4_cb_offload_release. Fixes: ce0887ac96d3 ("NFSD add nfs4 inter ssc to nfsd4_copy") Signed-off-by: Dai Ngo <dai.ngo@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>