diff options
author | Christoph Hellwig <hch@infradead.org> | 2011-02-13 13:25:31 (GMT) |
---|---|---|
committer | Alex Elder <aelder@sgi.com> | 2011-02-23 02:30:21 (GMT) |
commit | 1050c71e2925ab0cb025e4c89e08b15529a1ee36 (patch) | |
tree | eacaa53e025ab0da4793f1c3c09fc9e15ebee6a5 /lib/crc-t10dif.c | |
parent | 5d15765594eeb5d82c5630b3428ea0ac4f7d3c31 (diff) | |
download | linux-fsl-qoriq-1050c71e2925ab0cb025e4c89e08b15529a1ee36.tar.xz |
xfs: stop using xfs_trans_iget in the RT allocator
During mount we establish references to the RT inodes, which we keep for
the lifetime of the filesystem. Instead of using xfs_trans_iget to grab
additional references when adding RT inodes to transactions use the
combination of xfs_ilock and xfs_trans_ijoin_ref, which archives the same
end result with less overhead.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'lib/crc-t10dif.c')
0 files changed, 0 insertions, 0 deletions