commit | c3b1a350846a11dd1054cb7832e098aa37025deb | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Jun 09 20:28:22 2012 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 14 16:35:19 2012 +0400 |
tree | 0915cd01d07b4b41c2133e307d7b74cb34a94a43 | |
parent | ee3efa91e240f513898050ef305a49a653c8ed90 [diff] |
debugfs: make sure that debugfs_create_file() gets used only for regulars It, debugfs_create_dir() and debugfs_create_link() use the common helper now. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>