Hi Roland,
Should the order of unregistering the uverbs event fs and the unmounting
be reversed or does this not matter ?
static void __exit ib_uverbs_cleanup(void)
{
ib_unregister_client(&uverbs_client);
unregister_filesystem(&uverbs_event_fs);
mntput(uverbs_event_mnt);
...
static void __exit ib_uverbs_cleanup(void)
{
ib_unregister_client(&uverbs_client);
mntput(uverbs_event_mnt);
unregister_filesystem(&uverbs_event_fs);
...
-- Hal
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general
To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general