diff options
Diffstat (limited to 'kernel/include/linux/posix_acl.h')
-rw-r--r-- | kernel/include/linux/posix_acl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/include/linux/posix_acl.h b/kernel/include/linux/posix_acl.h index 3e96a6a76..d1a8ad7e5 100644 --- a/kernel/include/linux/posix_acl.h +++ b/kernel/include/linux/posix_acl.h @@ -95,6 +95,7 @@ extern int set_posix_acl(struct inode *, int, struct posix_acl *); extern int posix_acl_chmod(struct inode *, umode_t); extern int posix_acl_create(struct inode *, umode_t *, struct posix_acl **, struct posix_acl **); +extern int posix_acl_update_mode(struct inode *, umode_t *, struct posix_acl **); extern int simple_set_acl(struct inode *, struct posix_acl *, int); extern int simple_acl_create(struct inode *, struct inode *); |