btrfs-progs: tests: Add test for collision DIR_ITEM handling
commite889fd7c1172ab5ef304dbbf5b003c0331e6ac9d
authorNikolay Borisov <nborisov@suse.com>
Mon, 26 Mar 2018 13:59:34 +0000 (26 16:59 +0300)
committerDavid Sterba <dsterba@suse.com>
Thu, 7 Jun 2018 14:37:33 +0000 (7 16:37 +0200)
tree32f9592e949e97a65fc6cabbfc5b790db5afe305
parent62b7a389c69460a19978c24b0f217f85b93a0359
btrfs-progs: tests: Add test for collision DIR_ITEM handling

Verify that if we have an otherwise clean filesystem, containging
collided DIR_ITEM, btrfs check lowmem's mode can correctly handle those
and not produce any false positives.

This if fixed by commit titled:

 "btrfs-progs: check: fix DIR_ITEM checking in lowmem"

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
tests/fsck-tests/033-lowmem-collission-dir-items/test.sh [new file with mode: 0755]