[PATCH 0/3] perf-tool: Move last fs* bits

From: Borislav Petkov
Date: Wed Feb 05 2014 - 09:52:15 EST


From: Borislav Petkov <bp@xxxxxxx>

One dangling patch fs* patch and two headers, one going to /dev/null
even.

Please apply.

Borislav Petkov (3):
perf: Move fs.* to lib/api/fs/
perf: Move hash.h header
perf: Drop prefetch.h

tools/include/linux/hash.h | 5 +++++
tools/lib/api/Makefile | 2 ++
tools/{perf/util => lib/api/fs}/fs.c | 11 ++++++++---
tools/{perf/util/include/linux/magic.h => lib/api/fs/fs.h} | 12 +++++-------
tools/perf/MANIFEST | 2 +-
tools/perf/Makefile.perf | 6 +-----
tools/perf/tests/parse-events.c | 2 +-
tools/perf/util/cpumap.c | 2 +-
tools/perf/util/fs.h | 7 -------
tools/perf/util/include/linux/hash.h | 5 -----
tools/perf/util/include/linux/list.h | 1 -
tools/perf/util/include/linux/prefetch.h | 6 ------
tools/perf/util/pmu.c | 2 +-
tools/perf/util/python-ext-sources | 2 +-
tools/perf/util/record.c | 2 +-
tools/perf/util/util.c | 2 +-
16 files changed, 28 insertions(+), 41 deletions(-)
create mode 100644 tools/include/linux/hash.h
rename tools/{perf/util => lib/api/fs}/fs.c (91%)
rename tools/{perf/util/include/linux/magic.h => lib/api/fs/fs.h} (50%)
delete mode 100644 tools/perf/util/fs.h
delete mode 100644 tools/perf/util/include/linux/hash.h
delete mode 100644 tools/perf/util/include/linux/prefetch.h

--
1.8.5.2.192.g7794a68

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/