[TRIVIAL PATCH] Remove leftover ext3 acl declarations

From: Andreas Gruenbacher
Date: Thu Jul 06 2006 - 13:47:25 EST


These functions no longer exist; remove their declarations.

Signed-off-by: Andreas Gruenbacher <agruen@xxxxxxx>

Index: linux-2.6.17/fs/ext3/acl.h
===================================================================
--- linux-2.6.17.orig/fs/ext3/acl.h
+++ linux-2.6.17/fs/ext3/acl.h
@@ -62,9 +62,6 @@ extern int ext3_permission (struct inode
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

--
Andreas Gruenbacher <agruen@xxxxxxx>
Novell / SUSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/