From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263605AbTJQUGp (ORCPT ); Fri, 17 Oct 2003 16:06:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263606AbTJQUGp (ORCPT ); Fri, 17 Oct 2003 16:06:45 -0400 Received: from [80.250.191.80] ([80.250.191.80]:64439 "EHLO gw.home.net") by vger.kernel.org with ESMTP id S263605AbTJQUFs (ORCPT ); Fri, 17 Oct 2003 16:05:48 -0400 Date: Sat, 18 Oct 2003 00:10:01 +0400 From: Alex Tomas To: Ed Sweetman Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] EXT3 extents against 2.6.0-test7 Message-Id: <20031018001001.25e85002.alex@clusterfs.com> In-Reply-To: <3F9043E7.3070606@wmich.edu> References: <20031013222747.37f5ee7b.alex@clusterfs.com> <3F8B1BA1.4020800@wmich.edu> <20031014212359.42243025.alex@clusterfs.com> <3F9043E7.3070606@wmich.edu> Organization: CFS X-Mailer: Sylpheed version 0.9.6claws (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 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 uhuh! is it possible to know size of that directory ? thanks! On Fri, 17 Oct 2003 15:32:55 -0400 Ed Sweetman wrote: > kernel BUG at fs/ext3/extents.c:389! > invalid operand: 0000 [#1] > CPU: 0 > EIP: 0060:[] Not tainted > EFLAGS: 00010282 > EIP is at ext3_ext_find_extent+0x277/0x570 > eax: 00009ac6 ebx: e5257580 ecx: 00000000 edx: e2184940 > esi: 00000000 edi: 00000000 ebp: 00000000 esp: ca6adddc > ds: 007b es: 007b ss: 0068 > Process find (pid: 10373, threadinfo=ca6ac000 task=ca97b380) > Stack: 00000030 00000050 e7db0200 00458006 00000400 00000000 e2184940 > e5257580 > 00000000 00000000 00000000 00000000 e5257614 e5257614 e5257580 > c0199f02 > e5257614 00000000 e2184940 e5257580 e5257614 c018fac1 e5257604 > 00000000 > Call Trace: > [] ext3_ext_get_block+0xb2/0x320 > [] ext3_read_inode+0x221/0x2d0 > [] d_splice_alias+0x4f/0x130 > [] ext3_getblk+0x25d/0x2b0 > [] ext3_bread+0x33/0xb0 > [] ext3_readdir+0x141/0x4e0 > [] vfs_readdir+0x7a/0x80 > [] filldir64+0x0/0x140 > [] sys_getdents64+0x6f/0xa9 > [] filldir64+0x0/0x140 > [] syscall_call+0x7/0xb > > Code: 0f 0b 85 01 51 fe 2e c0 66 85 c0 0f 84 ee 00 00 00 8b 7c 24 > > > I'm not sure why this is happening. Perhaps due to these ext3 locking > fixes that have been going into the kernel or what? > > Upon rebooting my last kernel for the first time in a couple of weeks it > crashed due to fs errors. Now i'm getting this. I only use extents on > a couple non-system partitions, so if i lose anything it's not a huge > deal but I'd like to find out why these errors are suddenly creeping up > so Any other info that's needed just ask and i'll give it.