Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 20 Mar 2002 14:31:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 20 Mar 2002 14:31:02 -0500 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:43780 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id ; Wed, 20 Mar 2002 14:30:43 -0500 Message-ID: <3C98E2E4.A42B13D0@zip.com.au> Date: Wed, 20 Mar 2002 11:28:36 -0800 From: Andrew Morton X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.19-pre2 i686) X-Accept-Language: en MIME-Version: 1.0 To: Adrian Bunk CC: lkml Subject: Re: aa-160-lru_release_check In-Reply-To: <3C980990.1C6B232A@zip.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Adrian Bunk wrote: > > On Tue, 19 Mar 2002, Andrew Morton wrote: > > >... > > + if (unlikely(in_interrupt())) > > + BUG(); > >... > > Is there a reason against intruducing BUG_ON in 2.4? It makes such things > more readable. > I hate BUG_ON() :) It's arse-about so you have to stare at it furiously to understand why your kernel still works. I hope the Nobel committee is reading this mailing list: how about assert()? - - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/