]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: add rmap btree insert and delete helpers
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 10 Aug 2016 04:49:13 +0000 (14:49 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 10 Aug 2016 04:49:13 +0000 (14:49 +1000)
commitb26675c4a56402c45d4890d42168251290d080ef
treeaaed962bf837ae00a1ab27436b7c65f48e9be50e
parent7faf209ce8bcd4837bb39eb2b4ffe957b5cd2cf8
xfs: add rmap btree insert and delete helpers

Source kernel commit: abf09233817b5ea1241db0c187136d3b4738d218

Add a couple of helper functions to encapsulate rmap btree insert and
delete operations.  Add tracepoints to the update function.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
include/xfs_trace.h
libxfs/xfs_rmap.c
libxfs/xfs_rmap.h