]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libxfs: reorder xfs_bmap_add_free args
authorDarrick J. Wong <darrick.wong@oracle.com>
Sun, 20 Dec 2015 23:54:39 +0000 (10:54 +1100)
committerDave Chinner <david@fromorbit.com>
Sun, 20 Dec 2015 23:54:39 +0000 (10:54 +1100)
commitaf2e7c6ebea60af768ae5e60f96eb5775a88f57f
tree832490b6e60c19de375d78a5e8689c3db6c3db2d
parent2703398a59ddfbb72893163600906d3f4ea1871c
libxfs: reorder xfs_bmap_add_free args

Move the mount & transaction arguments to the start of xfs_bmap_add_free,
like most API calls.  The kernel version of rmap makes this change, so
porting it to xfsprogs will make maintenance easier.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
libxfs/xfs_bmap.c
libxfs/xfs_bmap.h
libxfs/xfs_bmap_btree.c
libxfs/xfs_ialloc.c