simplefs
simplefs copied to clipboard
write_bfree_blocks function free error
file : mkfs.c fucntion: write_bfree_blocks line : bfree[i] = htole64(line) block arr is out of bounds.
Can you please send pull request(s) which would address the above issue?
If I understand correctly, the first block can only contain 4096 * 8 bits,which is not enough for larger block device (nr_used > 32768).
This task was considered invalid.