Re: [PATCH 3/5] Btrfs: self-tests: Support non-4k page size

2016-05-30 Thread Feifei Xu
On 2016/5/30 21:55, David Sterba wrote: On Sun, May 29, 2016 at 01:17:34PM +0800, Fei Fei Xu wrote: There are more instances of the pointed style issues, please fix all of them. As the changes do not affect functionality I'll add the paches to for-next, but I'm expecting a v2. Thanks, I will

Re: [PATCH 3/5] Btrfs: self-tests: Support non-4k page size

2016-05-30 Thread David Sterba
On Sun, May 29, 2016 at 01:17:34PM +0800, Fei Fei Xu wrote: > > There are more instances of the pointed style issues, please fix all of > > them. As the changes do not affect functionality I'll add the paches to > > for-next, but I'm expecting a v2. > Thanks, I will send out v2 soon according to al

Re: [PATCH 3/5] Btrfs: self-tests: Support non-4k page size

2016-05-28 Thread Fei Fei Xu
On 2016/5/28 3:29, David Sterba wrote: On Fri, May 27, 2016 at 03:00:36PM +0800, Feifei Xu wrote: self-tests code assumes 4k as the sectorsize and nodesize. This commit enables the self-tests code to be executed on non-4k page sized systems (e.g. ppc64). To test all possible sectorsizes, this

Re: [PATCH 3/5] Btrfs: self-tests: Support non-4k page size

2016-05-27 Thread David Sterba
On Fri, May 27, 2016 at 03:00:36PM +0800, Feifei Xu wrote: > self-tests code assumes 4k as the sectorsize and nodesize. This commit > enables the self-tests code to be executed on non-4k page sized > systems (e.g. ppc64). > > To test all possible sectorsizes, this commit adds a sectorsize > array.