xfs: remove xfs_trans_get_block_res
authorChristoph Hellwig <hch@lst.de>
Tue, 1 Mar 2016 22:58:21 +0000 (09:58 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 1 Mar 2016 22:58:21 +0000 (09:58 +1100)
commita7e5d03ba8882aa772c691f16690fe7e73cee257
treedbb0d2db81a19d5f3fd1514a4c6f5eef0965c40f
parent12c3f05c7b592ae3bf2219392f1cbf252645cd79
xfs: remove xfs_trans_get_block_res

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>
fs/xfs/libxfs/xfs_bmap.c
fs/xfs/libxfs/xfs_bmap_btree.c
fs/xfs/xfs_trans.h
This page took 0.030649 seconds and 5 git commands to generate.