From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Weiner Subject: Re: 2.6.30-rc5 reiserfs bug Date: Sat, 16 May 2009 03:47:12 +0200 Message-ID: <20090516014712.GA4941@cmpxchg.org> References: <30353c3d0905151814p7e0afb23y1b0f0e0acb35a41f@mail.gmail.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <30353c3d0905151814p7e0afb23y1b0f0e0acb35a41f@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: David Ellingsworth Cc: reiserfs-devel@veger.kernel.org, LKML On Fri, May 15, 2009 at 09:14:35PM -0400, David Ellingsworth wrote: > I just built a kernel based off of the latest wireless-testing branch > and encountered this warning upon boot. > > Regards, > > David Ellingsworth > > ------------------------------------------------------------------------------------- > > WARNING: at fs/namei.c:1251 warn_slowpath_null+0x10/0x15() > Hardware name: Presario 2100 (PF181UA) > Modules linked in: reiserfs ide_cd_mod ide_gd_mod cdrom > ide_pci_generic ohci_hcd alim15x3 ide_core natsemi usbcore thermal fan > Pid: 731, comm: exe Not tainted 2.6.30-rc5-wl #4 > Call Trace: > [] warn_slowpath_fmt+0x72/0xa1 > [] ? __do_softirq+0xba/0xc2 > [] ? irq_exit+0x28/0x2a > [] ? do_IRQ+0x5b/0x70 > [] ? common_interrupt+0x29/0x30 > [] ? vprintk+0x1fe/0x208 > [] ? prepare_error_buf+0x3e4/0x41e [reiserfs] > [] warn_slowpath_null+0x10/0x15 > [] lookup_one_len+0x30/0x9a > [] reiserfs_xattr_init+0x61/0x1af [reiserfs] > [] reiserfs_fill_super+0xa8a/0xb98 [reiserfs] > [] ? mntput_no_expire+0x19/0x97 > [] ? string+0x34/0x82 > [] ? vsnprintf+0x65f/0x6a2 > [] ? snprintf+0x15/0x17 > [] ? disk_name+0x5a/0x67 > [] get_sb_bdev+0xf2/0x138 > [] get_super_block+0x13/0x15 [reiserfs] > [] ? reiserfs_fill_super+0x0/0xb98 [reiserfs] > [] vfs_kern_mount+0x3c/0x77 > [] do_kern_mount+0x32/0xb9 > [] do_mount+0x5b5/0x5f3 > [] ? iret_exc+0x4f9/0x9ab > [] sys_mount+0x61/0x9a > [] syscall_call+0x7/0xb This should be fixed upstream by 5a6059c reiserfs: Expand i_mutex to enclose lookup_one_len which the wireless-testing tree does not have yet.