From: Christoph Hellwig Date: Fri, 8 Jul 2011 12:34:47 +0000 (+0200) Subject: xfs: remove i_transp X-Git-Tag: v3.1-rc1~322^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3ca87389dbff0a3dc1a7cb2fa7c62e25421c66c;p=pandora-kernel.git xfs: remove i_transp Remove the transaction pointer in the inode. It's only used to avoid passing down an argument in the bmap code, and for a few asserts in the transaction code right now. Also use the local variable ip in a few more places in xfs_inode_item_unlock, so that it isn't only used for debug builds after the above change. Signed-off-by: Christoph Hellwig Reviewed-by: Alex Elder Reviewed-by: Dave Chinner --- Reading git-diff-tree failed