]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net sched actions: rename act_get_notify() to tcf_get_notify()
authorRoman Mashak <mrv@mojatatu.com>
Thu, 13 Jul 2017 17:12:18 +0000 (13:12 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Jul 2017 15:52:33 +0000 (08:52 -0700)
commitc4c4290c17bd099b7654d683f8ab6233b4f4a364
tree5d01c52d2dd18e2c81fe3b6b78a6fb01da895bf2
parentccd4eb49f3392ebf989d58bd013a7bf44cdca4d6
net sched actions: rename act_get_notify() to tcf_get_notify()

Make name consistent with other TC event notification routines, such as
tcf_add_notify() and tcf_del_notify()

Signed-off-by: Roman Mashak <mrv@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_api.c