diff options
Diffstat (limited to 'kernel/fs/ocfs2/acl.h')
-rw-r--r-- | kernel/fs/ocfs2/acl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/fs/ocfs2/acl.h b/kernel/fs/ocfs2/acl.h index 3fce68d08..2783a75b3 100644 --- a/kernel/fs/ocfs2/acl.h +++ b/kernel/fs/ocfs2/acl.h @@ -35,5 +35,10 @@ int ocfs2_set_acl(handle_t *handle, struct posix_acl *acl, struct ocfs2_alloc_context *meta_ac, struct ocfs2_alloc_context *data_ac); +extern int ocfs2_acl_chmod(struct inode *, struct buffer_head *); +extern int ocfs2_init_acl(handle_t *, struct inode *, struct inode *, + struct buffer_head *, struct buffer_head *, + struct ocfs2_alloc_context *, + struct ocfs2_alloc_context *); #endif /* OCFS2_ACL_H */ |