]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
xfs/076: fix broken mkfs filtering
authorDave Chinner <dchinner@redhat.com>
Tue, 26 Nov 2024 23:41:26 +0000 (10:41 +1100)
committerZorro Lang <zlang@kernel.org>
Sun, 8 Dec 2024 14:17:29 +0000 (22:17 +0800)
commit71c184c7f3dd4db9341d85cc1ac176218065c46b
tree439e4e4c1970d0c17f0d53103e138319e8be4b67
parent91c4de6dc06b48915612dc1ed2b1a8790148ab2d
xfs/076: fix broken mkfs filtering

The test does not do what it says on the packet - the mkfs output is
not actually passed to the mkfs filter, so it doesn't know what
inode size mkfs actually used. Hence CHUNK_SIZE ends up being
calculated as 0, and that means it enters an endless loop because
offset never decreases.

Fix it by adding the missing line continuation.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Zorro lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/076