From: Joe Perches Date: Thu, 6 Nov 2014 20:53:41 +0000 (-0800) Subject: dccp: Convert DCCP_WARN to net_warn_ratelimited X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~242 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0560b9c523341516eabf0f3b51832256caa7bbb;p=pandora-kernel.git dccp: Convert DCCP_WARN to net_warn_ratelimited 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed