Skip to content

Commit 6f0e71a

Browse files
committed
Remove DISABLE_BLOCK_COUNT_CHECK mount option
This option have not been upstreamed yet (see littlefs-project/littlefs#1096)
1 parent 5a53580 commit 6f0e71a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ pub struct Config {
8989
bitflags::bitflags! {
9090
#[derive(Default, Clone, Copy,Debug)]
9191
pub struct MountFlags: u32 {
92-
const DISABLE_BLOCK_COUNT_CHECK = ll::lfs_fs_flags_LFS_CFG_DISABLE_BLOCK_COUNT_CHECK as _;
9392
}
9493
}
9594

0 commit comments

Comments
 (0)