The patch titled Remove leftover ext3 acl declarations has been added to the -mm tree. Its filename is remove-leftover-ext3-acl-declarations.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Remove leftover ext3 acl declarations From: Andreas Gruenbacher <agruen@xxxxxxx> These functions no longer exist; remove their declarations. Signed-off-by: Andreas Gruenbacher <agruen@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/ext3/acl.h | 3 --- 1 files changed, 3 deletions(-) diff -puN fs/ext3/acl.h~remove-leftover-ext3-acl-declarations fs/ext3/acl.h --- a/fs/ext3/acl.h~remove-leftover-ext3-acl-declarations +++ a/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 _ Patches currently in -mm which might be from agruen@xxxxxxx are null-terminate-over-long-proc-kallsyms-symbols.patch remove-leftover-ext3-acl-declarations.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html