aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/map.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2015-05-22 17:42:37 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-05-27 12:21:44 -0300
commitfdce6a4edaada40136f0e61569b938c9a25f61d5 (patch)
treedbc7cfdb5678eb407503ab27255c9565c37d4790 /tools/perf/util/map.h
parentperf tools: Rename maps__next (diff)
downloadlinux-dev-fdce6a4edaada40136f0e61569b938c9a25f61d5.tar.xz
linux-dev-fdce6a4edaada40136f0e61569b938c9a25f61d5.zip
perf tools: Remove redundant initialization of thread linkage members
A thread moves from a rb tree to a list, but can't be on both, because those linkage members are in a union. This is leftover from when I was debugging thread refcounting and had nuked that union. It is harmless duplication, as RB_CLEAR_NODE() does again what INIT_LIST_HEAD does. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Borislav Petkov <bp@suse.de> Cc: David Ahern <dsahern@gmail.com> Cc: Don Zickus <dzickus@redhat.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Stephane Eranian <eranian@google.com> Link: http://lkml.kernel.org/n/tip-hmma9lmip6qlhzhgkhp9tzd1@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions