diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-07-26 02:49:38 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-01-03 22:55:00 -0500 |
commit | dd716e64d60f2ad40e0da7db426d4bfc7eabd5d7 (patch) | |
tree | 2e98f64402083f6dfcab94c5bf153ff5917b547c /fs/sysv/sysv.h | |
parent | 6a9a06d9ca3d307bd83d93e442ad964f5de7ec2c (diff) |
sysv: propagate umode_t
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/sysv/sysv.h')
-rw-r--r-- | fs/sysv/sysv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysv/sysv.h b/fs/sysv/sysv.h index bb55cdb394bf..0e4b821c5691 100644 --- a/fs/sysv/sysv.h +++ b/fs/sysv/sysv.h | |||
@@ -125,7 +125,7 @@ static inline void dirty_sb(struct super_block *sb) | |||
125 | /* ialloc.c */ | 125 | /* ialloc.c */ |
126 | extern struct sysv_inode *sysv_raw_inode(struct super_block *, unsigned, | 126 | extern struct sysv_inode *sysv_raw_inode(struct super_block *, unsigned, |
127 | struct buffer_head **); | 127 | struct buffer_head **); |
128 | extern struct inode * sysv_new_inode(const struct inode *, mode_t); | 128 | extern struct inode * sysv_new_inode(const struct inode *, umode_t); |
129 | extern void sysv_free_inode(struct inode *); | 129 | extern void sysv_free_inode(struct inode *); |
130 | extern unsigned long sysv_count_free_inodes(struct super_block *); | 130 | extern unsigned long sysv_count_free_inodes(struct super_block *); |
131 | 131 | ||