diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 02:46:18 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:54:58 -0500 |
commit | 3ea40bc9471ae5a24b7e07cbf085fcd3c9572c91 (patch) | |
tree | 6fa49c8f4996d7a284d375aaef30b4c60ab581e2 /fs/ext2/ialloc.c | |
parent | c2837de73e8081bd33bc72ad73f49d6bcba9d1b6 (diff) |
ext2: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ext2/ialloc.c')
-rw-r--r-- | fs/ext2/ialloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/ialloc.c b/fs/ext2/ialloc.c index c4e81dfb74ba..cd7f5f424a75 100644 --- a/fs/ext2/ialloc.c +++ b/fs/ext2/ialloc.c | |||
@@ -429,7 +429,7 @@ found: | |||
429 | return group; | 429 | return group; |
430 | } | 430 | } |
431 | 431 | ||
432 | struct inode *ext2_new_inode(struct inode *dir, int mode, | 432 | struct inode *ext2_new_inode(struct inode *dir, umode_t mode, |
433 | const struct qstr *qstr) | 433 | const struct qstr *qstr) |
434 | { | 434 | { |
435 | struct super_block *sb; | 435 | struct super_block *sb; |