diff options
| author | Alexey Dobriyan <[email protected]> | 2007-10-16 23:26:50 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-10-17 08:42:51 -0700 |
| commit | 3542ae4c17bb2c86e5658728ff73b3d5ca44532e (patch) | |
| tree | f53e2240dbc0e8f00be21e847e66e729756895af /include | |
| parent | 84eb646b6eabcd82ec563f30d2d9d40c2054a9c9 (diff) | |
Tweak /proc/ipmi removal
Driver does
proc_mkdir("ipmi", NULL);
but
remove_proc_entry(proc_ipmi_root->name, &proc_root);
This is OK and working if only slightly inconsistent. Also changing
proc_root to NULL will help OpenVZ which has multiple proc roots and, as we
now know, requires matching parents in such cases.
Signed-off-by: Alexey Dobriyan <[email protected]>
Cc: Corey Minyard <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions