Browse Source
Go checks `volumeSize < super_block.SuperBlockSize` (strict less-than), but Rust used `<=`. This meant Rust would fail to expire a volume that is exactly SUPER_BLOCK_SIZE bytes.rust-volume-server
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue