]> git.baikalelectronics.ru Git - kernel.git/commit
l2tp: use standard API for warning log messages
authorTom Parkin <tparkin@katalix.com>
Sat, 22 Aug 2020 14:59:03 +0000 (15:59 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 22 Aug 2020 19:44:37 +0000 (12:44 -0700)
commitabcf1b572027c185fee1f5560e1c742d67b7b88a
treeb30c1fba1b05e607e68473d7b11b7f65fd44142b
parent3a222a3e25b085edd4da4be75f10eb7c343c38f7
l2tp: use standard API for warning log messages

The l2tp_* log wrappers only emit messages of a given category if the
tunnel or session structure has the appropriate flag set in its debug
field.  Flags default to being unset.

For warning messages, this doesn't make a lot of sense since an
administrator is likely to want to know about datapath warnings without
needing to tweak the debug flags setting for a given tunnel or session
instance.

Modify l2tp_warn callsites to use pr_warn_ratelimited instead for
unconditional output of warning messages.

Signed-off-by: Tom Parkin <tparkin@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_core.c
net/l2tp/l2tp_ppp.c