[PATCH] fs: btrfs: Disable BTRFS on platforms having 256K pages

David Sterba dsterba at suse.cz
Fri Jun 11 22:34:02 AEST 2021


On Thu, Jun 10, 2021 at 05:23:02AM +0000, Christophe Leroy wrote:
> With a config having PAGE_SIZE set to 256K, BTRFS build fails
> with the following message
> 
>  include/linux/compiler_types.h:326:38: error: call to '__compiletime_assert_791' declared with attribute error: BUILD_BUG_ON failed: (BTRFS_MAX_COMPRESSED % PAGE_SIZE) != 0
> 
> BTRFS_MAX_COMPRESSED being 128K, BTRFS cannot support platforms with
> 256K pages at the time being.
> 
> There are two platforms that can select 256K pages:
>  - hexagon
>  - powerpc
> 
> Disable BTRFS when 256K page size is selected.
> 
> Reported-by: kernel test robot <lkp at intel.com>
> Signed-off-by: Christophe Leroy <christophe.leroy at csgroup.eu>

With updated changelog added to misc-next, thanks.


More information about the Linuxppc-dev mailing list