Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262073
b: refs/heads/master
c: 3a5fba1
h: refs/heads/master
i:
  262071: cfb7cf5
v: v3
  • Loading branch information
Al Viro committed Aug 1, 2011
1 parent f04e238 commit 1174627
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: d6952123b53cc8b334df69bba2cd0063b0d88f68
refs/heads/master: 3a5fba19b080b365d67866db38e32e6a4a2089e8
2 changes: 1 addition & 1 deletion trunk/fs/posix_acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ posix_acl_equiv_mode(const struct posix_acl *acl, umode_t *mode_p)
* Create an ACL representing the file mode permission bits of an inode.
*/
struct posix_acl *
posix_acl_from_mode(mode_t mode, gfp_t flags)
posix_acl_from_mode(umode_t mode, gfp_t flags)
{
struct posix_acl *acl = posix_acl_alloc(3, flags);
if (!acl)
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/posix_acl.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extern void posix_acl_init(struct posix_acl *, int);
extern struct posix_acl *posix_acl_alloc(int, gfp_t);
extern int posix_acl_valid(const struct posix_acl *);
extern int posix_acl_permission(struct inode *, const struct posix_acl *, int);
extern struct posix_acl *posix_acl_from_mode(mode_t, gfp_t);
extern struct posix_acl *posix_acl_from_mode(umode_t, gfp_t);
extern int posix_acl_equiv_mode(const struct posix_acl *, umode_t *);
extern int posix_acl_create(struct posix_acl **, gfp_t, umode_t *);
extern int posix_acl_chmod(struct posix_acl **, gfp_t, mode_t);
Expand Down

0 comments on commit 1174627

Please sign in to comment.