The patch titled Subject: fs/affs/inode.c: remove double extern affs_symlink_inode_operations has been removed from the -mm tree. Its filename was fs-affs-inodec-remove-double-extern-affs_symlink_inode_operations.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Fabian Frederick <fabf@xxxxxxxxx> Subject: fs/affs/inode.c: remove double extern affs_symlink_inode_operations affs_symlink_inode_operations was already declared extern in affs.h Signed-off-by: Fabian Frederick <fabf@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/affs/inode.c | 2 -- 1 file changed, 2 deletions(-) diff -puN fs/affs/inode.c~fs-affs-inodec-remove-double-extern-affs_symlink_inode_operations fs/affs/inode.c --- a/fs/affs/inode.c~fs-affs-inodec-remove-double-extern-affs_symlink_inode_operations +++ a/fs/affs/inode.c @@ -13,8 +13,6 @@ #include <linux/gfp.h> #include "affs.h" -extern const struct inode_operations affs_symlink_inode_operations; - struct inode *affs_iget(struct super_block *sb, unsigned long ino) { struct affs_sb_info *sbi = AFFS_SB(sb); _ Patches currently in -mm which might be from fabf@xxxxxxxxx are origin.patch fs-ext4-fsyncc-generic_file_fsync-call-based-on-barrier-flag.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