Is the target proc directory in use, such as mounted?
> So, I simply ask: is there somewhere a proc_rmdir() ? If not, how do I
> need to call the remove_proc_entry() such that the directory gets removed?
>
> Thanks for any help!
remove_proc_entry() is what the usb subsystem uses to remove its
main usb-fs directory (/proc/bus/usb), and it works.
That's also what the proc-fs example at
http://kernelnewbies.org/documents/kdoc/procfs-guide/example.html
uses. See that document if you haven't already.
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/