mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 04:50:53 +07:00
NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter
commit cb2856c5971723910a86b7d1d0cf623d6919cbc4 upstream.
If we exit _lgopen_prepare_attached() without setting a layout, we will
currently leak the plh_outstanding counter.
Fixes: 411ae722d1
("pNFS: Wait for stale layoutget calls to complete in pnfs_update_layout()")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b666f394d6
commit
01a12a24f9
@ -2245,6 +2245,7 @@ static void _lgopen_prepare_attached(struct nfs4_opendata *data,
|
|||||||
&rng, GFP_KERNEL);
|
&rng, GFP_KERNEL);
|
||||||
if (!lgp) {
|
if (!lgp) {
|
||||||
pnfs_clear_first_layoutget(lo);
|
pnfs_clear_first_layoutget(lo);
|
||||||
|
nfs_layoutget_end(lo);
|
||||||
pnfs_put_layout_hdr(lo);
|
pnfs_put_layout_hdr(lo);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user