On Tue, 11 Dec 2018 11:15:46 -0800, Cong Wang wrote: > After commit 69bd48404f25 ("net/sched: Remove egdev mechanism"), > tc_setup_cb_call() is nearly identical to tcf_block_cb_call(), > so we can just fold tcf_block_cb_call() into tc_setup_cb_call() > and remove its unused parameter 'exts'. > > Fixes: 69bd48404f25 ("net/sched: Remove egdev mechanism") > Cc: Oz Shlomo <o...@mellanox.com> > Cc: Jiri Pirko <j...@mellanox.com> > Signed-off-by: Cong Wang <xiyou.wangc...@gmail.com>
Thanks, I didn't want to nit pick too much on Oz's patch :) The Fixes tag is superfluous, this is far from a bug, unnecessary noise for backporters.