diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-22 15:57:59 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-22 16:11:12 +0100 |
commit | 5d54f948aaac4a6ab6b908af379103559a5a002c (patch) | |
tree | cc9af51302a096c83b93ca8781a8f3785e906b78 /lib/test_rhashtable.c | |
parent | a9afc573dbe64e27c0082f69f242d2bbe13d57f3 (diff) | |
download | linux-5d54f948aaac4a6ab6b908af379103559a5a002c.tar.bz2 |
sysfs: turn WARN() into pr_warn()
It's not good to crash the machine if panic_on_warn() is set just
because someone made a stupid mistake of trying to create a sysfs file
with the same name of an existing one. This makes the automated testing
tools a lot harder to find the real bugs in the kernel.
So just print a warning out and dump the stack to get the attention of
the developer that they did something foolish. Then keep on trucking,
as this should not be a fatal error at all.
Reported-by: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/test_rhashtable.c')
0 files changed, 0 insertions, 0 deletions