asterinas/kernel
Chaoqun Zheng ebfa7977b1 Adjust `blocks_count` field to `sector_count` in `InodeDesc` and `RawInode`.
In ext2, the granule of the `blocks_count` field in disk-inode is fixed at
512B. In the current implementation of Asterinas, the `blocks_count`
granule of memory-inode is BLOCK_SIZE.
2025-12-29 10:26:48 +08:00
..
comps Replace RwLock with RwMutex for child node management in SysTree 2025-12-26 14:08:17 +08:00
libs Miscellaneous clippy fixes for Rust 2024 2025-12-09 09:23:58 +08:00
src Adjust `blocks_count` field to `sector_count` in `InodeDesc` and `RawInode`. 2025-12-29 10:26:48 +08:00
Cargo.toml Upgrade to Rust 2024 2025-12-09 09:23:58 +08:00