From: Dave Chinner Date: Fri, 22 Jun 2012 08:50:14 +0000 (+1000) Subject: xfs: remove struct xfs_dabuf and infrastructure X-Git-Tag: v3.6-rc1~42^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d9025e56143c0c4aebebdb62e46618d3d284218;p=pandora-kernel.git xfs: remove struct xfs_dabuf and infrastructure The struct xfs_dabuf now only tracks a single xfs_buf and all the information it holds can be gained directly from the xfs_buf. Hence we can remove the struct dabuf and pass the xfs_buf around everywhere. Kill the struct dabuf and the associated infrastructure. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Ben Myers --- Reading git-diff-tree failed