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/ext2.h | |
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/ext2.h')
-rw-r--r-- | fs/ext2/ext2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/ext2.h b/fs/ext2/ext2.h index 9a4e5e206d08..75ad433c6691 100644 --- a/fs/ext2/ext2.h +++ b/fs/ext2/ext2.h @@ -110,7 +110,7 @@ extern struct ext2_dir_entry_2 * ext2_dotdot (struct inode *, struct page **); extern void ext2_set_link(struct inode *, struct ext2_dir_entry_2 *, struct page *, struct inode *, int); /* ialloc.c */ -extern struct inode * ext2_new_inode (struct inode *, int, const struct qstr *); +extern struct inode * ext2_new_inode (struct inode *, umode_t, const struct qstr *); extern void ext2_free_inode (struct inode *); extern unsigned long ext2_count_free_inodes (struct super_block *); extern void ext2_check_inodes_bitmap (struct super_block *); |