summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorMichael Büsch <m@bues.ch>2015-02-08 12:14:07 +0300
committerDavid S. Miller <davem@davemloft.net>2015-02-09 00:00:43 +0300
commit662f5533c40a97f02949ac81b1643538353c7e59 (patch)
treea5ce27e64f3bf2239add0b4a526aab7f85014e1c /tools/perf/scripts/python/check-perf-trace.py
parentf06535c599354816cfbc653ce8965804c7385c61 (diff)
downloadlinux-662f5533c40a97f02949ac81b1643538353c7e59.tar.xz
rt6_probe_deferred: Do not depend on struct ordering
rt6_probe allocates a struct __rt6_probe_work and schedules a work handler rt6_probe_deferred. But rt6_probe_deferred kfree's the struct work_struct instead of struct __rt6_probe_work. This works, because struct work_struct is the first element of struct __rt6_probe_work. Change it to kfree struct __rt6_probe_work to not implicitly depend on struct work_struct being the first element. This does not affect the generated code. Signed-off-by: Michael Buesch <m@bues.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions