]> 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)
commitca75091f253a68622ae64fb7e40b32ce2b33bed6
tree393a469e499e95a0fbc8eb22d6f1707bbb7053cb
parent8235878fcd813f4b6ec63ed3e442c57a64229bf8
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