Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fuse: ->fs_flags fixlet

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@gmail.com>
Acked-by: Miklos Szeredi <mszeredi@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Alexey Dobriyan and committed by
Linus Torvalds
edad01e2 da88ba17

+1 -2
+1 -2
fs/fuse/inode.c
··· 655 655 static struct file_system_type fuseblk_fs_type = { 656 656 .owner = THIS_MODULE, 657 657 .name = "fuseblk", 658 - .fs_flags = FS_HAS_SUBTYPE, 659 658 .get_sb = fuse_get_sb_blk, 660 659 .kill_sb = kill_block_super, 661 - .fs_flags = FS_REQUIRES_DEV, 660 + .fs_flags = FS_REQUIRES_DEV | FS_HAS_SUBTYPE, 662 661 }; 663 662 664 663 static inline int register_fuseblk(void)