From: Eric Dumazet <hidden> Date: 2016-08-23 20:38:11
On Tue, 2016-08-23 at 13:22 -0700, John Fastabend wrote:
Currently __qdisc_run calls qdisc_run_end() but does not call
qdisc_run_begin(). This makes it hard to track pairs of
qdisc_run_{begin,end} across function calls.
To simplify reading these code paths and simpler code this
patch moves begin/end calls into qdisc_run().
Signed-off-by: John Fastabend <redacted>
---