aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
diff options
context:
space:
mode:
authorMatvejchikov Ilya <matvejchikov@gmail.com>2011-08-05 09:23:51 +0000
committerDavid S. Miller <davem@davemloft.net>2011-08-07 22:14:45 -0700
commit614851601c121b1320a35757ab88292d6272f906 (patch)
tree2b6540a1c14febec40935154a4df13e7253092e5 /net/ipv4/route.c
parentnetfilter: avoid double free in nf_reinject (diff)
downloadlinux-dev-614851601c121b1320a35757ab88292d6272f906.tar.xz
linux-dev-614851601c121b1320a35757ab88292d6272f906.zip
slip: fix NOHZ local_softirq_pending 08 warning
When using nanosleep() in an userspace application we get a ratelimit warning: NOHZ: local_softirq_pending 08 According to 481a8199142c050b72bff8a1956a49fd0a75bbe0 the problem is caused by netif_rx() function. This patch replaces netif_rx() with netif_rx_ni() which has to be used from process/softirq context. Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions