mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-23 18:14:25 +08:00
7ef1b8b424
If we find a hole in a directory on a bigalloc filesystem, we need to obey the cluster alignment rules when collapsing the gap to avoid later complaints. Specifically, the calculation of the new logical cluster number was incorrect, and we need to ensure that the logical cluster alignment respects the physical cluster alignment, since we've concluded that the extent's logical block number is wrong. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
12 lines
384 B
Groff
12 lines
384 B
Groff
Pass 1: Checking inodes, blocks, and sizes
|
|
Inode 12, i_blocks is 3072, should be 128. Fix? yes
|
|
|
|
Pass 2: Checking directory structure
|
|
Pass 3: Checking directory connectivity
|
|
Pass 4: Checking reference counts
|
|
Pass 5: Checking group summary information
|
|
|
|
test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
|
|
test_filesys: 13/32 files (0.0% non-contiguous), 112/512 blocks
|
|
Exit status is 1
|