]> git.baikalelectronics.ru Git - kernel.git/commit
net: missing call of trace_napi_poll in busy_poll_stop
authorJesper Dangaard Brouer <brouer@redhat.com>
Fri, 25 Aug 2017 13:04:32 +0000 (15:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Aug 2017 18:22:21 +0000 (11:22 -0700)
commit6d8ded0374e8d4e8c68f0c23ad15a732ef0e7359
treec0924b695595a3c1cdb5c2bc364469862f24f0a0
parenta82701a39dc6f74de453201b0809f4dca01154ed
net: missing call of trace_napi_poll in busy_poll_stop

Noticed that busy_poll_stop() also invoke the drivers napi->poll()
function pointer, but didn't have an associated call to trace_napi_poll()
like all other call sites.

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c