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) | |
download | linux-stable-3ea40bc9471ae5a24b7e07cbf085fcd3c9572c91.tar.gz linux-stable-3ea40bc9471ae5a24b7e07cbf085fcd3c9572c91.tar.bz2 linux-stable-3ea40bc9471ae5a24b7e07cbf085fcd3c9572c91.zip |
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: return group; } -struct inode *ext2_new_inode(struct inode *dir, int mode, +struct inode *ext2_new_inode(struct inode *dir, umode_t mode, const struct qstr *qstr) { struct super_block *sb; |