Master - Name check & Duplicate code removed & Makefile modification

This commit is contained in:
George Malandrakis
2024-03-07 14:40:27 +00:00
committed by Jeremy Soller
parent e7cf569a1f
commit e4ca510bc0
4 changed files with 33 additions and 29 deletions
+2
View File
@@ -14,6 +14,8 @@ pub const RECORD_LEVEL: usize = 5;
pub const RECORD_SIZE: u64 = BLOCK_SIZE << RECORD_LEVEL;
pub const SIGNATURE: &[u8; 8] = b"RedoxFS\0";
pub const VERSION: u64 = 6;
pub const DIR_ENTRY_MAX_LENGTH: usize = 252;
pub static IS_UMT: AtomicUsize = AtomicUsize::new(0);
pub use self::allocator::{AllocEntry, AllocList, Allocator, ALLOC_LIST_ENTRIES};