Re: [PATCH] fstests: btrfs/149 make it sectorsize independent

2018-09-09 Thread anand . jain
On 09/09/2018 11:24 PM, Eryu Guan wrote: On Wed, Sep 05, 2018 at 02:35:12PM +0800, Anand Jain wrote: Originally this test case was designed to work with only 4K sectorsize. Now enhance it to work with any sector sizes and makes the following changes: Output file not to contain any traces of

Re: [PATCH] fstests: btrfs/149 make it sectorsize independent

2018-09-09 Thread Eryu Guan
On Wed, Sep 05, 2018 at 02:35:12PM +0800, Anand Jain wrote: > Originally this test case was designed to work with only 4K sectorsize. > Now enhance it to work with any sector sizes and makes the following > changes: > Output file not to contain any traces of sector size. > Use max_inline=0 mount

[PATCH] fstests: btrfs/149 make it sectorsize independent

2018-09-05 Thread Anand Jain
Originally this test case was designed to work with only 4K sectorsize. Now enhance it to work with any sector sizes and makes the following changes: Output file not to contain any traces of sector size. Use max_inline=0 mount option so that it meets the requisite of non inline regular extent.