]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: replace rmap_compare with libxfs version
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 21 Jun 2017 22:14:30 +0000 (17:14 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 21 Jun 2017 22:14:30 +0000 (17:14 -0500)
commit197c2c6ad21b8c31b16a2e1c1ec08200c7d61af7
tree664c236d702a3b55c0413a616fecdc41424de70c
parent3fcab549a234497a24aa322ace767541567dbd18
xfs_repair: replace rmap_compare with libxfs version

Now that libxfs has a function to compare rmaps, replace xfs_repair's
helper function with that.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/libxfs_api_defs.h
repair/rmap.c