mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 12:16:41 +00:00
blocklayoutdriver: Fix reference leak of pnfs_device_node
[ Upstream commit1530827b90
] The error path for blocklayout's device lookup is missing a reference drop for the case where a lookup finds the device, but the device is marked with NFS_DEVICEID_UNAVAILABLE. Fixes:b3dce6a2f0
("pnfs/blocklayout: handle transient devices") Signed-off-by: Benjamin Coddington <bcodding@redhat.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
23ba22557a
commit
83f2d54ca3
@ -580,6 +580,8 @@ bl_find_get_deviceid(struct nfs_server *server,
|
||||
nfs4_delete_deviceid(node->ld, node->nfs_client, id);
|
||||
goto retry;
|
||||
}
|
||||
|
||||
nfs4_put_deviceid_node(node);
|
||||
return ERR_PTR(-ENODEV);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user