Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280253
b: refs/heads/master
c: 541af6a
h: refs/heads/master
i:
  280251: 66daba7
v: v3
  • Loading branch information
Al Viro committed Jan 4, 2012
1 parent 6cb01da commit a264e65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 632861f05a8e5878a267d173000880ceb608b56e
refs/heads/master: 541af6a07474352e2143a0527c2b62b732439815
6 changes: 3 additions & 3 deletions trunk/fs/fuse/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ static struct dentry *fuse_lookup(struct inode *dir, struct dentry *entry,
* If the filesystem doesn't support this, then fall back to separate
* 'mknod' + 'open' requests.
*/
static int fuse_create_open(struct inode *dir, struct dentry *entry, int mode,
struct nameidata *nd)
static int fuse_create_open(struct inode *dir, struct dentry *entry,
umode_t mode, struct nameidata *nd)
{
int err;
struct inode *inode;
Expand Down Expand Up @@ -480,7 +480,7 @@ static int fuse_create_open(struct inode *dir, struct dentry *entry, int mode,
*/
static int create_new_entry(struct fuse_conn *fc, struct fuse_req *req,
struct inode *dir, struct dentry *entry,
int mode)
umode_t mode)
{
struct fuse_entry_out outarg;
struct inode *inode;
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/fuse/fuse_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ struct fuse_inode {

/** The sticky bit in inode->i_mode may have been removed, so
preserve the original mode */
mode_t orig_i_mode;
umode_t orig_i_mode;

/** Version of last attribute change */
u64 attr_version;
Expand Down

0 comments on commit a264e65

Please sign in to comment.