Re: [PATCH] btrfs-progs: tests: add 020-extent-ref-cases

2016-05-30 Thread David Sterba
On Mon, May 30, 2016 at 10:58:13AM +0800, Lu Fengqi wrote: > In order to confirm that btrfsck supports to check a variety of > refs, add the > following cases: > * keyed_block_ref > * keyed_data_ref > * shared_block_ref > * shared_data_ref > * no_inline_ref (a extent item without inline ref) > *

[PATCH] btrfs-progs: tests: add 020-extent-ref-cases

2016-05-29 Thread Lu Fengqi
In order to confirm that btrfsck supports to check a variety of refs, add the following cases: * keyed_block_ref * keyed_data_ref * shared_block_ref * shared_data_ref * no_inline_ref (a extent item without inline ref) * no_skinny_ref Signed-off-by: Lu Fengqi --- In