Re: [PATCH V2 0/8] Btrfs: self-tests: Support non-4k page size

2016-06-01 Thread Josef Bacik
On 06/01/2016 11:51 AM, Feifei Xu wrote: Hi, Btrfs self-test module assumed that both sectorsize and PAGE_SIZE are 4K. Thus many self-tests fail on non-4K page size systems, like ppc64. This patchset enables self-tests to be executed on non-4k page size systems. This patchset enables us to

Re: [PATCH V2 0/8] Btrfs: self-tests: Support non-4k page size

2016-06-01 Thread Feifei Xu
On 2016/6/1 23:51, Feifei Xu wrote: Hi, Btrfs self-test module assumed that both sectorsize and PAGE_SIZE are 4K. Thus many self-tests fail on non-4K page size systems, like ppc64. This patchset enables self-tests to be executed on non-4k page size systems. This patchset enables us to easily

[PATCH V2 0/8] Btrfs: self-tests: Support non-4k page size

2016-06-01 Thread Feifei Xu
Hi, Btrfs self-test module assumed that both sectorsize and PAGE_SIZE are 4K. Thus many self-tests fail on non-4K page size systems, like ppc64. This patchset enables self-tests to be executed on non-4k page size systems. This patchset enables us to easily add support for possible sectorsizes

Re: [PATCH V2 0/8] Btrfs: self-tests: Support non-4k page size

2016-06-01 Thread David Sterba
On Wed, Jun 01, 2016 at 07:18:22PM +0800, Feifei Xu wrote: > Btrfs self-test module assumed that both sectorsize and PAGE_SIZE are 4K. > Thus many self-tests fail on non-4K page size systems, like ppc64. This > patchset enables self-tests to be executed on non-4k page size systems. > > This

[PATCH V2 0/8] Btrfs: self-tests: Support non-4k page size

2016-06-01 Thread Feifei Xu
Hi, Btrfs self-test module assumed that both sectorsize and PAGE_SIZE are 4K. Thus many self-tests fail on non-4K page size systems, like ppc64. This patchset enables self-tests to be executed on non-4k page size systems. This patchset enables us to easily add support for possible sectorsizes