diff options
Diffstat (limited to 'fs/namei.c')
-rw-r--r-- | fs/namei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namei.c b/fs/namei.c index 05d1c2ceb131..85bb44f222c9 100644 --- a/fs/namei.c +++ b/fs/namei.c | |||
@@ -2444,7 +2444,7 @@ struct dentry *user_path_create(int dfd, const char __user *pathname, struct pat | |||
2444 | } | 2444 | } |
2445 | EXPORT_SYMBOL(user_path_create); | 2445 | EXPORT_SYMBOL(user_path_create); |
2446 | 2446 | ||
2447 | int vfs_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t dev) | 2447 | int vfs_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) |
2448 | { | 2448 | { |
2449 | int error = may_create(dir, dentry); | 2449 | int error = may_create(dir, dentry); |
2450 | 2450 | ||