From: Christoph Hellwig Date: Fri, 8 Jul 2011 12:35:38 +0000 (+0200) Subject: xfs: avoid usage of struct xfs_dir2_data X-Git-Tag: v3.1-rc1~322^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2066e2662070e794f57a96a129c42575e77cfcb;p=pandora-kernel.git xfs: avoid usage of struct xfs_dir2_data In most places we can simply pass around and use the struct xfs_dir2_data_hdr, which is the first and most important member of struct xfs_dir2_data instead of the full structure. Signed-off-by: Christoph Hellwig Reviewed-by: Alex Elder Reviewed-by: Dave Chinner --- Reading git-diff-tree failed