[PATCH V2 7/8] Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsize

2016-06-01 Thread Feifei Xu
With 64K sectorsize, 1G sized block group cannot span across bitmaps. To execute test_bitmaps() function, this commit allocates "BITS_PER_BITMAP * sectorsize + PAGE_SIZE" sized block group. Reviewed-by: Chandan Rajendra Signed-off-by: Feifei Xu

[PATCH V2 7/8] Btrfs: self-tests: Fix test_bitmaps fail on 64k sectorsize

2016-06-01 Thread Feifei Xu
With 64K sectorsize, 1G sized block group cannot span across bitmaps. To execute test_bitmaps() function, this commit allocates "BITS_PER_BITMAP * sectorsize + PAGE_SIZE" sized block group. Reviewed-by: Chandan Rajendra Signed-off-by: Feifei Xu