WIP Fixed ENOSPC issues with zero-granularity blocks

This commit is contained in:
Christopher Haster
2018-07-30 21:12:00 -05:00
parent 7f41aa05a9
commit 10f063571a
4 changed files with 126 additions and 66 deletions

View File

@@ -17,7 +17,7 @@ tests/test.py << TEST
TEST
# corrupt most recent commit, this should be the update to the previous
# linked-list entry and should orphan the child
truncate -s-14 blocks/8
tests/corrupt.py blocks/{8,9}
tests/test.py << TEST
lfs_mount(&lfs, &cfg) => 0;