fs_enet: Add support for MPC512x to fs_enet driver
[safe/jmp/linux-2.6] / fs / ocfs2 / acl.h
index 1b39f3e..5c5d31f 100644 (file)
@@ -26,4 +26,11 @@ struct ocfs2_acl_entry {
        __le32 e_id;
 };
 
+extern int ocfs2_check_acl(struct inode *, int);
+extern int ocfs2_acl_chmod(struct inode *);
+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 */