From: Steven Whitehouse Date: Tue, 8 Apr 2008 12:12:52 +0000 (+0100) Subject: Use a zero sized array for raw field in struct fid X-Git-Tag: v2.6.26-rc1~1083^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9078dc08143e23b18ea72e70265f0df920cf2998;p=pandora-kernel.git Use a zero sized array for raw field in struct fid The raw field's size can vary so we use a zero sized array since gcc will not allow a variable sized array inside a union. This has been tested with ext3 and gfs2 and relates to the bug report: http://lkml.org/lkml/2007/10/24/374 and discussion thread: http://lkml.org/lkml/2008/4/7/65 Signed-off-by: Steven Whitehouse Cc: Christoph Hellwig Cc: Neil Brown Cc: Adrian Bunk Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed