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

2020-10-19 Thread David Sterba
On Sat, Oct 17, 2020 at 08:12:49PM +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 'unsigned

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

2020-10-17 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: 1c2a07f598d5 ("btrfs: extent-tree: kill B