aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fuse/inode.c')
-rw-r--r--fs/fuse/inode.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/fuse/inode.c b/fs/fuse/inode.c
index 9804c0cdcb42..cc5efc13496a 100644
--- a/fs/fuse/inode.c
+++ b/fs/fuse/inode.c
@@ -655,10 +655,9 @@ static int fuse_get_sb_blk(struct file_system_type *fs_type,
655static struct file_system_type fuseblk_fs_type = { 655static struct file_system_type fuseblk_fs_type = {
656 .owner = THIS_MODULE, 656 .owner = THIS_MODULE,
657 .name = "fuseblk", 657 .name = "fuseblk",
658 .fs_flags = FS_HAS_SUBTYPE,
659 .get_sb = fuse_get_sb_blk, 658 .get_sb = fuse_get_sb_blk,
660 .kill_sb = kill_block_super, 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
664static inline int register_fuseblk(void) 663static inline int register_fuseblk(void)