mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter
commitcb2856c597upstream. 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);
|
||||
if (!lgp) {
|
||||
pnfs_clear_first_layoutget(lo);
|
||||
nfs_layoutget_end(lo);
|
||||
pnfs_put_layout_hdr(lo);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user