diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-12-15 20:45:44 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-06 14:56:52 +0100 |
commit | 8ed894f1117e5e1347e059943480265e3f8480e3 (patch) | |
tree | 3391d207a67b12380c51686f432e15d12e6639ec /fs/ext4 | |
parent | fb05e983eaf71f1913151da1b68fdd633957fd38 (diff) | |
download | linux-stable-8ed894f1117e5e1347e059943480265e3f8480e3.tar.gz linux-stable-8ed894f1117e5e1347e059943480265e3f8480e3.tar.bz2 linux-stable-8ed894f1117e5e1347e059943480265e3f8480e3.zip |
bfs: don't use WARNING: string when it's just info.
commit dc889b8d4a8122549feabe99eead04e6b23b6513 upstream.
Make the printk() [bfs "printf" macro] seem less severe by changing
"WARNING:" to "NOTE:".
<asm-generic/bug.h> warns us about using WARNING or BUG in a format string
other than in WARN() or BUG() family macros. bfs/inode.c is doing just
that in a normal printk() call, so change the "WARNING" string to be
"NOTE".
Link: https://lkml.kernel.org/r/20201203212634.17278-1-rdunlap@infradead.org
Reported-by: syzbot+3fd34060f26e766536ff@syzkaller.appspotmail.com
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Cc: "Tigran A. Aivazian" <aivazian.tigran@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/ext4')
0 files changed, 0 insertions, 0 deletions