aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/fast_commit.c
diff options
context:
space:
mode:
authorBill Wendling <[email protected]>2022-03-17 18:42:22 +0000
committerChuck Lever <[email protected]>2022-03-17 23:47:38 +0000
commit4e1b04af4fe6679e63d1bc09f750424882ab701c (patch)
treefd0535c74f1c9c8898b15d2da7277557d3fb5cb0 /fs/ext4/fast_commit.c
parentNFSD: prevent integer overflow on 32 bit systems (diff)
downloadkernel-4e1b04af4fe6679e63d1bc09f750424882ab701c.tar.gz
kernel-4e1b04af4fe6679e63d1bc09f750424882ab701c.zip
nfsd: use correct format characters
When compiling with -Wformat, clang emits the following warnings: fs/nfsd/flexfilelayout.c:120:27: warning: format specifies type 'unsigned char' but the argument has type 'int' [-Wformat] "%s.%hhu.%hhu", addr, port >> 8, port & 0xff); ~~~~ ^~~~~~~~~ %d fs/nfsd/flexfilelayout.c:120:38: warning: format specifies type 'unsigned char' but the argument has type 'int' [-Wformat] "%s.%hhu.%hhu", addr, port >> 8, port & 0xff); ~~~~ ^~~~~~~~~~~ %d The types of these arguments are unconditionally defined, so this patch updates the format character to the correct ones for ints and unsigned ints. Link: https://github.com/ClangBuiltLinux/linux/issues/378 Signed-off-by: Bill Wendling <[email protected]> Signed-off-by: Chuck Lever <[email protected]> Reviewed-by: Tom Haynes <[email protected]>
Diffstat (limited to 'fs/ext4/fast_commit.c')
0 files changed, 0 insertions, 0 deletions