Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280261
b: refs/heads/master
c: 030a8ba
h: refs/heads/master
i:
  280259: 2e59b56
v: v3
  • Loading branch information
Al Viro committed Jan 4, 2012
1 parent 2a3415d commit 2ec0723
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: c47da79851d5f8629c6715e681315dd8e0a3d7d8
refs/heads/master: 030a8ba48fa6fa2a1304bab5b0f49360613c4af2
2 changes: 1 addition & 1 deletion trunk/fs/autofs4/autofs_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static inline int autofs4_ispending(struct dentry *dentry)
return 0;
}

struct inode *autofs4_get_inode(struct super_block *, mode_t);
struct inode *autofs4_get_inode(struct super_block *, umode_t);
void autofs4_free_ino(struct autofs_info *);

/* Expiration */
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/autofs4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ int autofs4_fill_super(struct super_block *s, void *data, int silent)
return -EINVAL;
}

struct inode *autofs4_get_inode(struct super_block *sb, mode_t mode)
struct inode *autofs4_get_inode(struct super_block *sb, umode_t mode)
{
struct inode *inode = new_inode(sb);

Expand Down

0 comments on commit 2ec0723

Please sign in to comment.