commit | 7cb2cea9f0f207f819db9823413fa263175b6230 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Wed Nov 24 12:53:15 2010 +0200 |
committer | Luciano Coelho <luciano.coelho@nokia.com> | Thu Dec 02 16:16:52 2010 +0200 |
tree | 34812b3d18a54e9a4320d8699fc046ff43c1cfb5 | |
parent | 2f6724b24525fc989c0707974b23d96b36132385 [diff] |
wl1271: use debugfs_remove_recursive Documentation/filesystems/debugfs.txt: """ Once upon a time, debugfs users were required to remember the dentry pointer for every debugfs file they created so that all files could be cleaned up. We live in more civilized times now, though, and debugfs users can call: void debugfs_remove_recursive(struct dentry *dentry); """ Signed-off-by: Eliad Peller <eliad@wizery.com> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>