Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit c31c918

Browse files
luisgerhorstalex
authored andcommitted
Remove unneeded FS_REQUIRES_DEV from TestFS FLAGS
1 parent 1a0aa88 commit c31c918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/filesystem/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct TestFS {}
1414

1515
impl FileSystem for TestFS {
1616
const NAME: &'static CStr = cstr!("testfs");
17-
const FLAGS: FileSystemFlags = FileSystemFlags::FS_REQUIRES_DEV;
17+
const FLAGS: FileSystemFlags = FileSystemFlags::empty();
1818
}
1919

2020
impl linux_kernel_module::KernelModule for TestFSModule {

0 commit comments

Comments
 (0)