]> git.baikalelectronics.ru Git - kernel.git/commit
net: remove __napi_complete()
authorEric Dumazet <edumazet@google.com>
Sat, 4 Feb 2017 23:25:02 +0000 (15:25 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Feb 2017 21:11:57 +0000 (16:11 -0500)
commit73acccbac1af94939febd4abc8d023d400fd9540
tree393a469e499e95a0fbc8eb22d6f1707bbb7053cb
parent234455e4bd9d3af6e401745d5cd315e7cc963492
net: remove __napi_complete()

All __napi_complete() callers have been converted to
use the more standard napi_complete_done(),
we can now remove this NAPI method for good.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c