From: David S. Miller Date: Fri, 4 Aug 2017 18:21:25 +0000 (-0700) Subject: Merge branch 'net-sched-summer-cleanup-part-1-mainly-in-exts-area' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8f75222446b99baf4e01176483104c9270c5203e;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Merge branch 'net-sched-summer-cleanup-part-1-mainly-in-exts-area' Jiri Pirko says: ==================== net: sched: summer cleanup part 1, mainly in exts area This patchset is one of the couple cleanup patchsets I have in queue. The motivation aside the obvious need to "make things nicer" is also to prepare for shared filter blocks introduction. That requires tp->q removal, and therefore removal of all tp->q users. Patch 1 is just some small thing I spotted on the way Patch 2 removes one user of tp->q, namely tcf_em_tree_change Patches 3-8 do preparations for exts->nr_actions removal Patches 9-10 do simple renames of functions in cls* Patches 11-19 remove unnecessary calls of tcf_exts_change helper The last patch changes tcf_exts_change to don't take lock Tested by tools/testing/selftests/tc-testing v1->v2: - removed conversion of action array to list as noted by Cong - added the past patch instead - small rebases of patches 11-19 ==================== Signed-off-by: David S. Miller --- 8f75222446b99baf4e01176483104c9270c5203e