diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/posix_acl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/posix_acl.h b/include/linux/posix_acl.h index 16ecfb485d28..951bba82d50d 100644 --- a/include/linux/posix_acl.h +++ b/include/linux/posix_acl.h | |||
| @@ -78,7 +78,7 @@ extern int posix_acl_permission(struct inode *, const struct posix_acl *, int); | |||
| 78 | extern struct posix_acl *posix_acl_from_mode(umode_t, gfp_t); | 78 | extern struct posix_acl *posix_acl_from_mode(umode_t, gfp_t); |
| 79 | extern int posix_acl_equiv_mode(const struct posix_acl *, umode_t *); | 79 | extern int posix_acl_equiv_mode(const struct posix_acl *, umode_t *); |
| 80 | extern int posix_acl_create(struct posix_acl **, gfp_t, umode_t *); | 80 | extern int posix_acl_create(struct posix_acl **, gfp_t, umode_t *); |
| 81 | extern int posix_acl_chmod(struct posix_acl **, gfp_t, mode_t); | 81 | extern int posix_acl_chmod(struct posix_acl **, gfp_t, umode_t); |
| 82 | 82 | ||
| 83 | extern struct posix_acl *get_posix_acl(struct inode *, int); | 83 | extern struct posix_acl *get_posix_acl(struct inode *, int); |
| 84 | extern int set_posix_acl(struct inode *, int, struct posix_acl *); | 84 | extern int set_posix_acl(struct inode *, int, struct posix_acl *); |
