Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ static struct file_system_type simplefs_file_system_type = {
#endif
.kill_sb = simplefs_kill_sb,
.fs_flags = FS_REQUIRES_DEV,
#if SIMPLEFS_LESS_EQUAL(7, 1, 0)
.next = NULL,
#endif
};

static int __init simplefs_init(void)
Expand Down
Loading