From: Andreas Gruenbacher Date: Mon, 10 Jul 2006 11:45:33 +0000 (-0700) Subject: [PATCH] Remove leftover ext3 acl declarations X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=36cf96f5e7c098731a1ad9d79694d6f591b18e7f;p=linux-beck.git [PATCH] Remove leftover ext3 acl declarations These functions no longer exist; remove their declarations. Signed-off-by: Andreas Gruenbacher Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/ext3/acl.h b/fs/ext3/acl.h index 92d50b53a933..0d1e6279cbfd 100644 --- a/fs/ext3/acl.h +++ b/fs/ext3/acl.h @@ -62,9 +62,6 @@ extern int ext3_permission (struct inode *, int, struct nameidata *); extern int ext3_acl_chmod (struct inode *); extern int ext3_init_acl (handle_t *, struct inode *, struct inode *); -extern int init_ext3_acl(void); -extern void exit_ext3_acl(void); - #else /* CONFIG_EXT3_FS_POSIX_ACL */ #include #define ext3_permission NULL