Re: Linux next-20170407 failed to build on ARM due to usage of mod in btrfs code

2017-04-08 Thread Fabio Estevam
On Sat, Apr 8, 2017 at 1:02 PM, Icenowy Zheng wrote: > Hello everyone, > Today I tried to build a kernel with btrfs enabled on ARM, then when linking > I met such an error: > > ``` > fs/built-in.o: In function `scrub_bio_end_io_worker': > acl.c:(.text+0x2f0450): undefined

[PATCH] btrfs/disk-io: Use '%zu' to print 'sizeof'

2015-03-03 Thread Fabio Estevam
From: Fabio Estevam fabio.este...@freescale.com The following build warning is seen when building for ARM: fs/btrfs/disk-io.c:3927:21: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat] Use the '%zu' specifier when printing