]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - libxfs/xfs_bmap_btree.c
xfs: remove xfs_trans_get_block_res
authorChristoph Hellwig <hch@lst.de>
Tue, 21 Jun 2016 05:56:21 +0000 (15:56 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 21 Jun 2016 05:56:21 +0000 (15:56 +1000)
commit0268fdc3fef3b12e36db8a85e4173f9fb3049002
treef5cdb061d4579313de5f115f48f3fd72679dacd5
parentea8a48fa5eb1b6dce298eb8aca251f6123eddc31
xfs: remove xfs_trans_get_block_res

Source kernel commit a7e5d03ba8882aa772c691f16690fe7e73cee257

Just use the t_blk_res field directly instead of obsfucating the reference
by a macro.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
include/xfs_trans.h
libxfs/xfs_bmap.c
libxfs/xfs_bmap_btree.c