Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280259
b: refs/heads/master
c: e021d7b
h: refs/heads/master
i:
  280257: a1278a7
  280255: 3a6cde2
v: v3
  • Loading branch information
Al Viro committed Jan 4, 2012
1 parent 05ec709 commit 2e59b56
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: 5206efd62ce49cf5c7940d81c22bc556fc843de2
refs/heads/master: e021d7b7fd364e0ad1b8d65af80995c72f321419
2 changes: 1 addition & 1 deletion trunk/fs/hfs/hfs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ extern int hfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
extern const struct address_space_operations hfs_aops;
extern const struct address_space_operations hfs_btree_aops;

extern struct inode *hfs_new_inode(struct inode *, struct qstr *, int);
extern struct inode *hfs_new_inode(struct inode *, struct qstr *, umode_t);
extern void hfs_inode_write_fork(struct inode *, struct hfs_extent *, __be32 *, __be32 *);
extern int hfs_write_inode(struct inode *, struct writeback_control *);
extern int hfs_inode_setattr(struct dentry *, struct iattr *);
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/hfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const struct address_space_operations hfs_aops = {
/*
* hfs_new_inode
*/
struct inode *hfs_new_inode(struct inode *dir, struct qstr *name, int mode)
struct inode *hfs_new_inode(struct inode *dir, struct qstr *name, umode_t mode)
{
struct super_block *sb = dir->i_sb;
struct inode *inode = new_inode(sb);
Expand Down

0 comments on commit 2e59b56

Please sign in to comment.