Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280231
b: refs/heads/master
c: dd716e6
h: refs/heads/master
i:
  280229: b494964
  280227: aad40d7
  280223: fe78a4b
v: v3
  • Loading branch information
Al Viro committed Jan 4, 2012
1 parent ff2768d commit ae0d85a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a9a06d9ca3d307bd83d93e442ad964f5de7ec2c
refs/heads/master: dd716e64d60f2ad40e0da7db426d4bfc7eabd5d7
2 changes: 1 addition & 1 deletion trunk/fs/sysv/ialloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/sysv/sysv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);

Expand Down

0 comments on commit ae0d85a

Please sign in to comment.