Hi all, This series cleans up the rmap intent code before we start adding support for realtime devices. Similar to previous intent cleanup patchsets, we start transforming the tracepoints so that the data extraction are done inside the tracepoint code, and then we start passing the intent itself to the _finish_one function. This reduces the boxing and unboxing of parameters. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=rmap-intent-cleanups xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=rmap-intent-cleanups --- fs/xfs/libxfs/xfs_btree.c | 4 + fs/xfs/libxfs/xfs_btree.h | 2 fs/xfs/libxfs/xfs_rmap.c | 233 +++++++++++++++++---------------------------- fs/xfs/libxfs/xfs_rmap.h | 10 ++ fs/xfs/xfs_rmap_item.c | 79 +++++++-------- fs/xfs/xfs_trace.c | 1 fs/xfs/xfs_trace.h | 187 +++++++++++++++++++++++++----------- 7 files changed, 265 insertions(+), 251 deletions(-)