Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 2 Oct 2001 13:02:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 2 Oct 2001 13:02:02 -0400 Received: from vasquez.zip.com.au ([203.12.97.41]:54032 "EHLO vasquez.zip.com.au") by vger.kernel.org with ESMTP id ; Tue, 2 Oct 2001 13:01:49 -0400 Message-ID: <3BB9F310.C7CB057@zip.com.au> Date: Tue, 02 Oct 2001 10:02:08 -0700 From: Andrew Morton X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.9-ac12 i686) X-Accept-Language: en MIME-Version: 1.0 To: Ryan Mack CC: linux-kernel@vger.kernel.org, ext2-devel@lists.sourceforge.net Subject: Re: [BUG] 2.4.10/0.9.10 "VFS: brelse: Trying to free free buffer" In-Reply-To: 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 Ryan Mack wrote: > > Unfortunately I don't have an oops or a stack trace to report where this > message came from, but at least maybe this report can alert someone who > can spot the bug in the code. This occurred under light usage on an ext3 > partition built on a 2 disk RAID-1 mirrored array. > > The array was either two IDE disks using data-ordered mode or two SCSI > disks using data-journal mode. > Yes, that shouldn't be happening. If it is reproducible, could you please add print_buffer_trace(buf); to the very end of fs/buffer.c:__brelse() and recompile with CONFIG_BUFFER_TRACE=y? Thanks. - 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/