Re: Possible dcache BUG

From: viro
Date: Sun Aug 15 2004 - 05:37:27 EST


On Sun, Aug 15, 2004 at 05:50:26AM -0400, Gene Heskett wrote:
> fs/buffer.c: In function `remove_inode_buffers':
> fs/buffer.c:1079: warning: ISO C90 forbids mixed declarations and code
> ----------
> Do we need to address this? Its a line immediately below the BUG-ON
> patch that Marcelo had me put in most recently, and has probably been
> there all along.

No, it had appeared when Marcelo had put BUG_ON() before a declaration
of local variable. Not acceptable for merge into the tree, but OK for
a debugging patch.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/