diff --git a/src/virt/store.rs b/src/virt/store.rs index 2e1589cf598..543d4c4a8e9 100644 --- a/src/virt/store.rs +++ b/src/virt/store.rs @@ -53,7 +53,7 @@ impl Storage for FilesystemStorage { const BLOCK_CYCLES: isize = -1; type CACHE_SIZE = U512; - type LOOKAHEADWORDS_SIZE = U16; + type LOOKAHEAD_SIZE = U8; // TODO: This can't actually be changed currently // type FILENAME_MAX_PLUS_ONE = U256; // type PATH_MAX_PLUS_ONE = U256;