git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36cbb24
)
dccp: Convert DCCP_WARN to net_warn_ratelimited
author
Joe Perches
<joe@perches.com>
Thu, 6 Nov 2014 20:53:41 +0000
(12:53 -0800)
committer
David S. Miller
<davem@davemloft.net>
Sun, 9 Nov 2014 02:22:54 +0000
(21:22 -0500)
Remove the dependency on the "warning" sysctl (net_msg_warn)
which is only used by the LIMIT_NETDEBUG macro.
Convert the LIMIT_NETDEBUG use in DCCP_WARN to the more
common net_warn_ratelimited mechanism.
This still ratelimits based on the net_ratelimit()
function, but removes the check for the sysctl.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/dccp.h
patch
|
blob
|
history
diff --cc
net/dccp/dccp.h
Simple merge