David S. Miller 9754e29349 net: Don't write to current task flags on every packet received.
Even for non-pfmalloc SKBs, __netif_receive_skb() will do a
tsk_restore_flags() on current unconditionally.

Make __netif_receive_skb() a shim around the existing code, renamed to
__netif_receive_skb_core().  Let __netif_receive_skb() wrap the
__netif_receive_skb_core() call with the task flag modifications, if
necessary.

Signed-off-by: David S. Miller <davem@davemloft.net>
2013-02-14 15:57:38 -05:00
..
2013-02-11 14:16:26 -05:00
2013-01-29 15:59:45 -05:00
2012-05-17 18:45:20 -04:00
2013-01-11 14:56:32 +01:00
2013-02-10 19:41:08 -05:00
2012-09-26 21:10:25 -04:00
2013-02-10 19:41:08 -05:00
2013-02-10 19:41:08 -05:00
2013-02-11 14:16:26 -05:00