On Wed, Oct 14, 2020 at 11:24 AM Pujin Shi <[email protected]> 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' [-Wformat=] > > Fixes: 3b7b6ffa4f8f ("btrfs: extent-tree: kill BUG_ON() in > __btrfs_free_extent()") > Signed-off-by: Pujin Shi <[email protected]>
Acked-by: Geert Uytterhoeven <[email protected]> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds

