btrfs/004: increase the buffer size of logical-resolve to the maximum value 64K
authorLu Fengqi <lufq.fnst@cn.fujitsu.com>
Tue, 6 Mar 2018 07:02:31 +0000 (15:02 +0800)
committerEryu Guan <guaneryu@gmail.com>
Wed, 7 Mar 2018 13:16:46 +0000 (21:16 +0800)
commit34369fb21cc24ce8b81d5b529b21869014391bf0
treeb7fd0f110118438f9aac27318a896abbd04e177c
parent204860fa5c454e2b3b75fb3c8fc15dd9b6115a70
btrfs/004: increase the buffer size of logical-resolve to the maximum value 64K

Because of commit e76e13ce8c0b ("fsstress: implement the
clonerange/deduperange ioctls"), dedupe makes the number of references
to the same extent item increase so much that the default 4K buffer of
logical-resolve is no longer sufficient.

Signed-off-by: Lu Fengqi <lufq.fnst@cn.fujitsu.com>
Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/btrfs/004