saner reporting of overlaps in initializers
commit6f85533c740fed63cc5da96e4ccef7f418ca29fc
authorAl Viro <viro@ftp.linux.org.uk>
Fri, 25 May 2007 03:57:34 +0000 (25 04:57 +0100)
committerJosh Triplett <josh@freedesktop.org>
Sun, 27 May 2007 00:37:49 +0000 (26 17:37 -0700)
treee3a0463cc04467fb3089f6466fef3922775368a4
parent18f4da454398c9de3518bb1834403a745ab0746a
saner reporting of overlaps in initializers

Fix the check for overlapping initializers; the current code tries to
skip ones with zero ->bit_size, but doesn't get it right.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
expand.c