aboutsummaryrefslogtreecommitdiffstats
path: root/mm/shmem.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/shmem.c')
-rw-r--r--mm/shmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/shmem.c b/mm/shmem.c
index c58594c06569..b8a8ddf069d0 100644
--- a/mm/shmem.c
+++ b/mm/shmem.c
@@ -1489,7 +1489,7 @@ shmem_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t dev)
1489 return error; 1489 return error;
1490} 1490}
1491 1491
1492static int shmem_mkdir(struct inode *dir, struct dentry *dentry, int mode) 1492static int shmem_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode)
1493{ 1493{
1494 int error; 1494 int error;
1495 1495