From: Christoph Hellwig Date: Fri, 8 Jul 2011 12:35:50 +0000 (+0200) Subject: xfs: cleanup the definition of struct xfs_dir2_data_entry X-Git-Tag: v3.1-rc1~322^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ed8638f8867b4d0df1ec606231a087ff06c4a59;p=pandora-kernel.git xfs: cleanup the definition of struct xfs_dir2_data_entry Remove the tag member which is at a variable offset after the actual name, and make name a real variable sized C99 array instead of the incorrect one-sized array which confuses (not only) gcc. Signed-off-by: Christoph Hellwig Reviewed-by: Alex Elder Reviewed-by: Dave Chinner --- Reading git-diff-tree failed