From: Vlad Buslov <[email protected]>
Date: Wed, 27 Feb 2019 15:48:59 +0200
> This reverts commit 3027ff41f67c ("net: sched: route: don't set arg->stop
> in route4_walk() when empty")
>
> Cls API function tcf_proto_is_empty() was changed in commit
> 6676d5e416ee ("net: sched: set dedicated tcf_walker flag when tp is empty")
> to no longer depend on arg->stop to determine that classifier instance is
> empty. Instead, it adds dedicated arg->nonempty field, which makes the fix
> in route classifier no longer necessary.
>
> Signed-off-by: Vlad Buslov <[email protected]>
Looks good, applied, thanks Vlad.