switch debugfs to umode_t

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2011-07-24 04:33:43 -04:00
parent 48176a973d
commit f4ae40a6a5
25 changed files with 82 additions and 82 deletions

View File

@@ -553,7 +553,7 @@ void o2net_debugfs_exit(void)
int o2net_debugfs_init(void)
{
mode_t mode = S_IFREG|S_IRUSR;
umode_t mode = S_IFREG|S_IRUSR;
o2net_dentry = debugfs_create_dir(O2NET_DEBUG_DIR, NULL);
if (o2net_dentry)