From: Christoph Hellwig Date: Sun, 13 Feb 2011 13:25:31 +0000 (+0000) Subject: xfs: stop using xfs_trans_iget in the RT allocator X-Git-Tag: v2.6.39-rc1~394^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1050c71e2925ab0cb025e4c89e08b15529a1ee36;p=pandora-kernel.git 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 Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed