From: Dave Chinner Date: Mon, 14 Oct 2013 22:17:51 +0000 (+1100) Subject: xfs: unify directory/attribute format definitions X-Git-Tag: v3.13-rc1~87^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5706278758e334bf6a15f57c18dc16df19c83957;p=pandora-kernel.git xfs: unify directory/attribute format definitions The on-disk format definitions for the directory and attribute structures are spread across 3 header files right now, only one of which is dedicated to defining on-disk structures and their manipulation (xfs_dir2_format.h). Pull all the format definitions into a single header file - xfs_da_format.h - and switch all the code over to point at that. Signed-off-by: Dave Chinner Reviewed-by: Ben Myers Signed-off-by: Ben Myers --- Reading git-diff-tree failed