linux/drivers/ntb
Allen Hubbe dd62245e73 NTB: ntb_transport: fix debugfs_remove_recursive
The call to debugfs_remove_recursive(qp->debugfs_dir) of the sub-level
directory must not be later than
debugfs_remove_recursive(nt_debugfs_dir) of the top-level directory.
Otherwise, the sub-level directory will not exist, and it would be
invalid (panic) to attempt to remove it.  This removes the top-level
directory last, after sub-level directories have been cleaned up.

Signed-off-by: Allen Hubbe <Allen.Hubbe@dell.com>
Fixes: e26a5843f ("NTB: Split ntb_hw_intel and ntb_transport drivers")
Signed-off-by: Jon Mason <jdmason@kudzu.us>
2017-02-16 23:10:52 -05:00
..
hw NTB: Fix 'request_irq()' and 'free_irq()' inconsistancy 2016-12-23 16:11:03 -05:00
test ntb_perf: potential info leak in debugfs 2016-11-13 16:48:30 -05:00
Kconfig NTB: Add ping pong test client 2015-07-04 14:07:42 -04:00
Makefile NTB: Add ping pong test client 2015-07-04 14:07:42 -04:00
ntb_transport.c NTB: ntb_transport: fix debugfs_remove_recursive 2017-02-16 23:10:52 -05:00
ntb.c ntb: avoid format string in dev_set_name 2015-08-09 16:32:22 -04:00