mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
RDMA/iw_cxgb4: cleanup device debugfs entries on ULD remove
Remove device specific debugfs entries immediately if LLD detaches a particular ULD device in case of fatal PCI errors. Link: https://lore.kernel.org/r/20200524190814.17599-1-bharat@chelsio.com Signed-off-by: Potnuri Bharat Teja <bharat@chelsio.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
This commit is contained in:
parent
e1b43f07c0
commit
49ea0c036e
|
|
@ -953,6 +953,7 @@ void c4iw_dealloc(struct uld_ctx *ctx)
|
||||||
static void c4iw_remove(struct uld_ctx *ctx)
|
static void c4iw_remove(struct uld_ctx *ctx)
|
||||||
{
|
{
|
||||||
pr_debug("c4iw_dev %p\n", ctx->dev);
|
pr_debug("c4iw_dev %p\n", ctx->dev);
|
||||||
|
debugfs_remove_recursive(ctx->dev->debugfs_root);
|
||||||
c4iw_unregister_device(ctx->dev);
|
c4iw_unregister_device(ctx->dev);
|
||||||
c4iw_dealloc(ctx);
|
c4iw_dealloc(ctx);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user