diff --git a/[refs] b/[refs] index d055d6503ff6..6cb7ee5b6e77 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6a9a06d9ca3d307bd83d93e442ad964f5de7ec2c +refs/heads/master: dd716e64d60f2ad40e0da7db426d4bfc7eabd5d7 diff --git a/trunk/fs/sysv/ialloc.c b/trunk/fs/sysv/ialloc.c index 0c96c98bd1db..8233b02eccae 100644 --- a/trunk/fs/sysv/ialloc.c +++ b/trunk/fs/sysv/ialloc.c @@ -132,7 +132,7 @@ void sysv_free_inode(struct inode * inode) brelse(bh); } -struct inode * sysv_new_inode(const struct inode * dir, mode_t mode) +struct inode * sysv_new_inode(const struct inode * dir, umode_t mode) { struct super_block *sb = dir->i_sb; struct sysv_sb_info *sbi = SYSV_SB(sb); diff --git a/trunk/fs/sysv/sysv.h b/trunk/fs/sysv/sysv.h index bb55cdb394bf..0e4b821c5691 100644 --- a/trunk/fs/sysv/sysv.h +++ b/trunk/fs/sysv/sysv.h @@ -125,7 +125,7 @@ static inline void dirty_sb(struct super_block *sb) /* ialloc.c */ extern struct sysv_inode *sysv_raw_inode(struct super_block *, unsigned, struct buffer_head **); -extern struct inode * sysv_new_inode(const struct inode *, mode_t); +extern struct inode * sysv_new_inode(const struct inode *, umode_t); extern void sysv_free_inode(struct inode *); extern unsigned long sysv_count_free_inodes(struct super_block *);