Re: [PATCH] btrfs/057: Fix test case to work on 64K page size

2017-12-07 Thread Harish
Sure will work on this. Thanks. Harish On 12/06/2017 01:16 PM, Qu Wenruo wrote: On 2017年12月06日 15:35, Eryu Guan wrote: On Wed, Dec 06, 2017 at 12:15:45PM +0530, Harish wrote: On platforms with a page size greater than 4Kb, at the moment btrfs doesn't support a node/leaf size smaller than

Re: [PATCH] btrfs/057: Fix test case to work on 64K page size

2017-12-05 Thread Qu Wenruo
On 2017年12月06日 15:35, Eryu Guan wrote: > On Wed, Dec 06, 2017 at 12:15:45PM +0530, Harish wrote: >> On platforms with a page size greater than 4Kb, at the moment btrfs >> doesn't support a node/leaf size smaller than the page size, but it >> supports a larger one. So use the max supported node

Re: [PATCH] btrfs/057: Fix test case to work on 64K page size

2017-12-05 Thread Eryu Guan
On Wed, Dec 06, 2017 at 12:15:45PM +0530, Harish wrote: > On platforms with a page size greater than 4Kb, at the moment btrfs > doesn't support a node/leaf size smaller than the page size, but it > supports a larger one. So use the max supported node size (64Kb) so > that the test runs on any