debugfs: make sure that debugfs_create_file() gets used only for regulars
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 10 Jun 2012 00:28:22 +0000 (20:28 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Jul 2012 12:35:19 +0000 (16:35 +0400)
commitc3b1a350846a11dd1054cb7832e098aa37025deb
tree0915cd01d07b4b41c2133e307d7b74cb34a94a43
parentee3efa91e240f513898050ef305a49a653c8ed90
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>
fs/debugfs/inode.c