X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Ffs%2Focfs2%2Facl.h;fp=kernel%2Ffs%2Focfs2%2Facl.h;h=2783a75b3999e3c6a548bc44c4645ac882048ae6;hb=52f993b8e89487ec9ee15a7fb4979e0f09a45b27;hp=3fce68d086251a6e26ea9805361e3a1ccb351d46;hpb=c189ccac5702322ed843fe17057035b7222a59b6;p=kvmfornfv.git 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 */