The patch titled fuse: ->fs_flags fixlet has been removed from the -mm tree. Its filename was fuse-fs_flags-fixlet.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: fuse: ->fs_flags fixlet From: Alexey Dobriyan <adobriyan@xxxxxxxxx> fs/fuse/inode.c:658:3: error: Initializer entry defined twice fs/fuse/inode.c:661:3: also defined here Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx> Acked-by: Miklos Szeredi <mszeredi@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/fuse/inode.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN fs/fuse/inode.c~fuse-fs_flags-fixlet fs/fuse/inode.c --- a/fs/fuse/inode.c~fuse-fs_flags-fixlet +++ a/fs/fuse/inode.c @@ -655,10 +655,9 @@ static int fuse_get_sb_blk(struct file_s static struct file_system_type fuseblk_fs_type = { .owner = THIS_MODULE, .name = "fuseblk", - .fs_flags = FS_HAS_SUBTYPE, .get_sb = fuse_get_sb_blk, .kill_sb = kill_block_super, - .fs_flags = FS_REQUIRES_DEV, + .fs_flags = FS_REQUIRES_DEV | FS_HAS_SUBTYPE, }; static inline int register_fuseblk(void) _ Patches currently in -mm which might be from adobriyan@xxxxxxxxx are procfs-directory-entry-cleanup-fix.patch remove-capabilityh-from-mmh.patch ptrace_peekdata-consolidation.patch ptrace_pokedata-consolidation.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