diff options
author | 2008-04-08 13:12:52 +0100 | |
---|---|---|
committer | 2008-04-23 16:13:42 -0400 | |
commit | 9078dc08143e23b18ea72e70265f0df920cf2998 (patch) | |
tree | c83bfcc5bbfdf9d8bd23647aee77a11ab62f6faa /fs/jbd2/commit.c | |
parent | nfsd: use static memory for callback program and stats (diff) | |
download | wireguard-linux-9078dc08143e23b18ea72e70265f0df920cf2998.tar.xz wireguard-linux-9078dc08143e23b18ea72e70265f0df920cf2998.zip |
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 <swhiteho@redhat.com>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Neil Brown <neilb@suse.de>
Cc: Adrian Bunk <bunk@kernel.org>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions