mirror of
https://github.com/psankar/simplefs.git
synced 2025-07-23 14:04:38 +02:00
Add FS_REQUIRES_DEV to fs_flags
This commit is contained in:
parent
23d554cda7
commit
90ca0e557c
1
simple.c
1
simple.c
@ -763,6 +763,7 @@ struct file_system_type simplefs_fs_type = {
|
|||||||
.name = "simplefs",
|
.name = "simplefs",
|
||||||
.mount = simplefs_mount,
|
.mount = simplefs_mount,
|
||||||
.kill_sb = simplefs_kill_superblock,
|
.kill_sb = simplefs_kill_superblock,
|
||||||
|
.fs_flags = FS_REQUIRES_DEV,
|
||||||
};
|
};
|
||||||
|
|
||||||
static int simplefs_init(void)
|
static int simplefs_init(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user