From: Christoph Hellwig Date: Wed, 13 Jul 2011 11:43:49 +0000 (+0200) Subject: xfs: add a proper transaction pointer to struct xfs_buf X-Git-Tag: v3.1-rc1~322^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf9d9013a2a559858efb590bf922377be9d6d969;p=pandora-kernel.git xfs: add a proper transaction pointer to struct xfs_buf Replace the typeless b_fspriv2 and the ugly macros around it with a properly typed transaction pointer. As a fallout the log buffer state debug checks are also removed. We could have kept them using casts, but as they do not have a real purpose we can as well just remove them. Signed-off-by: Christoph Hellwig Reviewed-by: Alex Elder Reviewed-by: Dave Chinner --- Reading git-diff-tree failed