commit | 8ce584c7416d8a85a6f3edc17d1cddefe331e87e | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Mar 30 20:13:46 2013 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 09 14:09:17 2013 -0400 |
tree | 4fe64bd588ba8e2239cfa893e1bddb3e3b30c232 | |
parent | 52f21999c7b921a0390708b66ed286282c2e4bee [diff] |
procfs: add proc_remove_subtree() just what it sounds like; do that only to procfs subtrees you've created - doing that to something shared with another driver is not only antisocial, but might cause interesting races with proc_create() and its ilk. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>