Re: [PATCH] btrfs: Fix compilation on big endian systems

2022-04-20 Thread Tom Rini
On Thu, Apr 07, 2022 at 02:51:03PM +0200, Pali Rohár wrote: > Fix following two compile errors on big endian systems: > > CC fs/btrfs/btrfs.o > In file included from include/linux/byteorder/big_endian.h:107, > from ./arch/powerpc/include/asm/byteorder.h:82, >

Re: [PATCH] btrfs: Fix compilation on big endian systems

2022-04-07 Thread Qu Wenruo
On 2022/4/7 20:51, Pali Rohár wrote: Fix following two compile errors on big endian systems: CC fs/btrfs/btrfs.o In file included from include/linux/byteorder/big_endian.h:107, from ./arch/powerpc/include/asm/byteorder.h:82, from ./arch/powerpc/incl

Re: [PATCH] btrfs: Fix compilation on big endian systems

2022-04-07 Thread Marek Behún
On Thu, 7 Apr 2022 14:51:03 +0200 Pali Rohár wrote: > Fix following two compile errors on big endian systems: > > CC fs/btrfs/btrfs.o > In file included from include/linux/byteorder/big_endian.h:107, > from ./arch/powerpc/include/asm/byteorder.h:82, > fr

[PATCH] btrfs: Fix compilation on big endian systems

2022-04-07 Thread Pali Rohár
Fix following two compile errors on big endian systems: CC fs/btrfs/btrfs.o In file included from include/linux/byteorder/big_endian.h:107, from ./arch/powerpc/include/asm/byteorder.h:82, from ./arch/powerpc/include/asm/bitops.h:8, from inc