From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 29 Dec 2002 06:32:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 29 Dec 2002 06:32:32 -0500 Received: from omega.deltanet.ro ([193.231.96.6]:28302 "HELO brucan.deltanet.ro") by vger.kernel.org with SMTP id ; Sun, 29 Dec 2002 06:32:31 -0500 Date: Sun, 29 Dec 2002 13:40:48 +0200 From: Petru Paler To: linux-kernel@vger.kernel.org Subject: 2.5.53: VFS: brelse: Trying to free free buffer Message-ID: <20021229114048.GA334@atwa> Mail-Followup-To: linux-kernel@vger.kernel.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Got this in the syslog today: VFS: brelse: Trying to free free buffer buffer layer error at fs/buffer.c:1182 Call Trace: [] __brelse+0x35/0x40 [] ext3_htree_fill_tree+0x14e/0x240 [] ext3_dx_readdir+0x99/0x1e0 [] filldir64+0x0/0xf0 [] ext3_readdir+0x465/0x490 [] filldir64+0x0/0xf0 [] __blk_put_request+0xd8/0x110 [] elv_queue_empty+0x1f/0x30 [] choose_drive+0x1c/0x190 [] ide_do_request+0x3a/0x290 [] vfs_readdir+0x8a/0x90 [] filldir64+0x0/0xf0 [] sys_getdents64+0x85/0xc4 [] filldir64+0x0/0xf0 [] do_IRQ+0xd8/0x160 [] syscall_call+0x7/0xb Kernel is 2.5.53 (pulled from bk, so it might have a changeset or two applied after 2.5.53) compiled with all debug options enabled. The filesystem is on an IDE drive, ext3 with htree enabled. I'm not very sure how the error came up, I think it was during copying something from a CD-ROM. Do let me know if there is any other info I should provide. Petru