Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57841
b: refs/heads/master
c: edad01e
h: refs/heads/master
i:
  57839: 58638fa
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Jun 16, 2007
1 parent 2770729 commit f48c608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da88ba17de990a4b0d18ecde2c40355700888750
refs/heads/master: edad01e2a1c527af3baf22dc6977aeb058881150
3 changes: 1 addition & 2 deletions trunk/fs/fuse/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,10 +655,9 @@ static int fuse_get_sb_blk(struct file_system_type *fs_type,
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)
Expand Down

0 comments on commit f48c608

Please sign in to comment.