Re: [PATCH] fstests: btrfs/004: increase the buffer size of logical-resolve to the maximum value 64K

2018-03-07 Thread Filipe Manana
On Wed, Mar 7, 2018 at 7:07 AM, Eryu Guan wrote: > On Tue, Mar 06, 2018 at 03:02:31PM +0800, Lu Fengqi wrote: >> Because of commit e76e13ce8c0b ("fsstress: implement the >> clonerange/deduperange ioctls"), dedupe makes the number of references to >> the same extent item

Re: [PATCH] fstests: btrfs/004: increase the buffer size of logical-resolve to the maximum value 64K

2018-03-06 Thread Eryu Guan
On Tue, Mar 06, 2018 at 03:02:31PM +0800, Lu Fengqi wrote: > 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

[PATCH] fstests: btrfs/004: increase the buffer size of logical-resolve to the maximum value 64K

2018-03-05 Thread Lu Fengqi
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 ---