Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g4LMX8nC022646 for ; Tue, 21 May 2002 15:33:08 -0700 Received: (from majordomo@localhost) by oss.sgi.com (8.12.3/8.12.3/Submit) id g4LMX8Lu022645 for linux-xfs-outgoing; Tue, 21 May 2002 15:33:08 -0700 X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-xfs@oss.sgi.com using -f Received: from zeus-e8.americas.sgi.com ([198.149.7.250]) by oss.sgi.com (8.12.3/8.12.3) with SMTP id g4LMX4nC022617 for ; Tue, 21 May 2002 15:33:04 -0700 Received: from daisy-e185.americas.sgi.com (daisy-e185.americas.sgi.com [128.162.185.214]) by zeus-e8.americas.sgi.com (SGI-SGI-8.9.3/americas-smart-nospam1.1) with ESMTP id RAA75429 for ; Tue, 21 May 2002 17:33:53 -0500 (CDT) Received: from stout.americas.sgi.com (stout.americas.sgi.com [128.162.187.5]) by daisy-e185.americas.sgi.com (SGI-8.9.3/SGI-server-1.7) with ESMTP id RAA08728 for ; Tue, 21 May 2002 17:33:53 -0500 (CDT) From: Eric Sandeen Received: by stout.americas.sgi.com (8.11.6/SGI-client-1.7) id g4LMY4n18269; Tue, 21 May 2002 17:34:04 -0500 Message-Id: <200205212234.g4LMY4n18269@stout.americas.sgi.com> Date: Tue, 21 May 2002 17:34:04 -0500 Subject: TAKE - Trade in panic() for BUG() in debug kernel Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk There was a spot in here that would panic() the system, but that left the system useless for debugging; BUG() will let us get into kdb and see what's going on. Date: Tue May 21 15:32:45 PDT 2002 Workarea: stout.americas.sgi.com:/localhome/src/sandeen/2.4.x-xfs/workarea-testing The following file(s) were checked into: bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs Modid: 2.4.x-xfs:slinx:119800a linux/fs/xfs/xfs_da_btree.c - 1.126 - Don't panic on the xfs_buftrace error, BUG() so we can still use kdb