Re: [PATCH 7/7] net/9p/trans_virtio.c: Use BUG_ON

From: David Miller
Date: Sun Feb 17 2008 - 21:42:41 EST


From: Julia Lawall <julia@xxxxxxx>
Date: Sun, 17 Feb 2008 18:57:58 +0100 (CET)

> if (...) BUG(); should be replaced with BUG_ON(...) when the test has no
> side-effects to allow a definition of BUG_ON that drops the code completely.
...
> Signed-off-by: Julia Lawall <julia@xxxxxxx>

Applied, thanks.
--
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/