]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit1e22391e8fbec9c3709bad82b997b108d1c6228b
treec0924b695595a3c1cdb5c2bc364469862f24f0a0
parentf63ae01d890cb68e842c96995bb93106ee85c93d
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