Re: [PATCH] fs: btrfs: Fix incorrect printf qualifier

2020-10-17 Thread Filipe Manana
On Wed, Oct 14, 2020 at 10:24 AM Pujin Shi wrote: > > This patch addresses a compile warning: > fs/btrfs/extent-tree.c: In function '__btrfs_free_extent': > fs/btrfs/extent-tree.c:3187:4: warning: format '%lu' expects argument of type > 'long unsigned int', but argument 8 has type 'unsigned int'

Re: [PATCH] fs: btrfs: Fix incorrect printf qualifier

2020-10-14 Thread Geert Uytterhoeven
On Wed, Oct 14, 2020 at 11:24 AM Pujin Shi wrote: > This patch addresses a compile warning: > fs/btrfs/extent-tree.c: In function '__btrfs_free_extent': > fs/btrfs/extent-tree.c:3187:4: warning: format '%lu' expects argument of type > 'long unsigned int', but argument 8 has type 'unsigned int'

Re: [PATCH] fs: btrfs: Fix incorrect printf qualifier

2020-10-14 Thread David Sterba
On Wed, Oct 14, 2020 at 11:24:19AM +0800, Pujin Shi wrote: > This patch addresses a compile warning: > fs/btrfs/extent-tree.c: In function '__btrfs_free_extent': > fs/btrfs/extent-tree.c:3187:4: warning: format '%lu' expects argument of type > 'long unsigned int', but argument 8 has type

[PATCH] fs: btrfs: Fix incorrect printf qualifier

2020-10-14 Thread Pujin Shi
This patch addresses a compile warning: fs/btrfs/extent-tree.c: In function '__btrfs_free_extent': fs/btrfs/extent-tree.c:3187:4: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'unsigned int' [-Wformat=] Fixes: 3b7b6ffa4f8f ("btrfs: extent-tree: kill