Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280229
b: refs/heads/master
c: 4f45ba3
h: refs/heads/master
i:
  280227: aad40d7
v: v3
  • Loading branch information
Al Viro committed Jan 4, 2012
1 parent fab2a0c commit b494964
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: dcca3fec9f6436dae8693e38cc69c241ea0860cd
refs/heads/master: 4f45ba3d101fd882ed122059e6797786c81e2c17
2 changes: 1 addition & 1 deletion trunk/fs/minix/bitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ void minix_free_inode(struct inode * inode)
mark_buffer_dirty(bh);
}

struct inode *minix_new_inode(const struct inode *dir, int mode, int *error)
struct inode *minix_new_inode(const struct inode *dir, umode_t mode, int *error)
{
struct super_block *sb = dir->i_sb;
struct minix_sb_info *sbi = minix_sb(sb);
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/minix/minix.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ struct minix_sb_info {
extern struct inode *minix_iget(struct super_block *, unsigned long);
extern struct minix_inode * minix_V1_raw_inode(struct super_block *, ino_t, struct buffer_head **);
extern struct minix2_inode * minix_V2_raw_inode(struct super_block *, ino_t, struct buffer_head **);
extern struct inode * minix_new_inode(const struct inode *, int, int *);
extern struct inode * minix_new_inode(const struct inode *, umode_t, int *);
extern void minix_free_inode(struct inode * inode);
extern unsigned long minix_count_free_inodes(struct super_block *sb);
extern int minix_new_block(struct inode * inode);
Expand Down

0 comments on commit b494964

Please sign in to comment.