Re: [f2fs-dev] [PATCH] f2fs: Fix format specifier in sanity_check_inode()

2025-01-21 Thread Chao Yu via Linux-f2fs-devel
On 1/20/25 20:59, Nathan Chancellor wrote: When building for 32-bit platforms, for which 'size_t' is 'unsigned int', there is a warning due to an incorrect format specifier: fs/f2fs/inode.c:320:6: error: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Werror,

Re: [f2fs-dev] [PATCH] f2fs: Fix format specifier in sanity_check_inode()

2025-01-21 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 20 Jan 2025 05:59:44 -0700 you wrote: > When building for 32-bit platforms, for which 'size_t' is 'unsigned int', > there is a warning due to an incorrect format specifier: > > fs/f2fs/inode.c:320:6: error: format

[f2fs-dev] [PATCH] f2fs: Fix format specifier in sanity_check_inode()

2025-01-20 Thread Nathan Chancellor via Linux-f2fs-devel
When building for 32-bit platforms, for which 'size_t' is 'unsigned int', there is a warning due to an incorrect format specifier: fs/f2fs/inode.c:320:6: error: format specifies type 'unsigned long' but the argument has type 'unsigned int' [-Werror,-Wformat] 318 | f2fs_warn(