* [PATCH] Replaces if(x) BUG() with BUG_ON(x)
@ 2002-01-30 10:14 Alex Khripin
0 siblings, 0 replies; 2+ messages in thread
From: Alex Khripin @ 2002-01-30 10:14 UTC (permalink / raw)
To: linux-kernel
Hi,
This patch replaces most instances of
if(condition) BUG();
with
BUG_ON(condition);
taking advantage of the new API. Since it's a large patch (9000 lines)
it's available at http://web.mit.edu/akhripin/Public/bug_on_patch
-Alex Khripin
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Replaces if(x) BUG() with BUG_ON(x)
@ 2002-01-30 11:02 Alex Khripin
0 siblings, 0 replies; 2+ messages in thread
From: Alex Khripin @ 2002-01-30 11:02 UTC (permalink / raw)
To: linux-kernel
My apologies, the patch originally posted had some
extraneous material. There is a new patch at the same
address:
http://web.mit.edu/akhripin/Public/bug_on_patch
-Alex Khripin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-01-30 11:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-30 10:14 [PATCH] Replaces if(x) BUG() with BUG_ON(x) Alex Khripin
-- strict thread matches above, loose matches on Subject: below --
2002-01-30 11:02 Alex Khripin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox