[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <215ae20f-7528-6866-bddd-65ef3f73abe1@toxicpanda.com>
Date: Tue, 10 Dec 2019 15:47:41 -0500
From: Josef Bacik <josef@...icpanda.com>
To: Arnd Bergmann <arnd@...db.de>, Chris Mason <clm@...com>,
David Sterba <dsterba@...e.com>, Qu Wenruo <wqu@...e.com>
Cc: Johannes Thumshirn <jthumshirn@...e.de>,
linux-btrfs@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] btrfs: fix format string warning
On 12/10/19 3:44 PM, Arnd Bergmann wrote:
> To print a size_t, the format string modifier %z should be used instead
> of %l:
>
> fs/btrfs/tree-checker.c: In function 'check_extent_data_item':
> fs/btrfs/tree-checker.c:230:43: error: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Werror=format=]
> "invalid item size, have %u expect [%lu, %u)",
> ~~^
> %u
>
> Fixes: 153a6d299956 ("btrfs: tree-checker: Check item size before reading file extent type")
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
Reviewed-by: Josef Bacik <josef@...icpanda.com>
Thanks,
Josef
Powered by blists - more mailing lists