[PATCH] Remove leftover ext3 acl declarations
authorAndreas Gruenbacher <[email protected]>
Mon, 10 Jul 2006 11:45:33 +0000 (04:45 -0700)
committerLinus Torvalds <[email protected]>
Mon, 10 Jul 2006 20:24:26 +0000 (13:24 -0700)
These functions no longer exist; remove their declarations.

Signed-off-by: Andreas Gruenbacher <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/ext3/acl.h

index 92d50b53a9338f8b5759b80702ccb9e97ddcfe2c..0d1e6279cbfd5799a11f27f774fbcdaf8bd397fb 100644 (file)
@@ -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 <linux/sched.h>
 #define ext3_permission NULL