Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262571AbVA0L1J (ORCPT ); Thu, 27 Jan 2005 06:27:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262593AbVA0L1I (ORCPT ); Thu, 27 Jan 2005 06:27:08 -0500 Received: from atrey.karlin.mff.cuni.cz ([195.113.31.123]:36245 "EHLO atrey.karlin.mff.cuni.cz") by vger.kernel.org with ESMTP id S262571AbVA0L0s (ORCPT ); Thu, 27 Jan 2005 06:26:48 -0500 Date: Thu, 27 Jan 2005 12:26:48 +0100 From: Jan Kara To: Vladimir Saveliev Cc: "Sergey S. Kostyliov" , reiserfs-list@namesys.com, "linux-kernel@vger.kernel.org" , admin@list.net.ru Subject: Re: [2.6.11-rc2] kernel BUG at fs/reiserfs/prints.c:362 Message-ID: <20050127112647.GA20806@atrey.karlin.mff.cuni.cz> References: <200501271024.13778.rathamahata@ehouse.ru> <1106821035.3270.30.camel@tribesman> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1106821035.3270.30.camel@tribesman> User-Agent: Mutt/1.5.6+20040907i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1094 Lines: 30 Hello, > On Thu, 2005-01-27 at 10:24, Sergey S. Kostyliov wrote: > > Hello all, > > > > Here is a BUG() I've just hited on quota enabled reiserfs disk. > > > > rathamahata@dev rathamahata $ mount | grep /dev/sdb2 > > /dev/sdb2 on /var/www type reiserfs (rw,noatime,nodiratime,data=writeback,grpquota,usrquota) > > rathamahata@dev rathamahata $ > > > > REISERFS: panic (device sdb2): journal_begin called without kernel lock held > > Would you check whether this patch helps, please? BTW: What are the exact rules where lock_kernel() should be held for reiserfs? Is there a doc somewhere? I suspect we might need the lock also for reiserfs_quota_read() (reiserfs_quota_write() should be already protected by your fix). Hmm, I should also check ext2/ext3 whether it needs the lock... Honza -- Jan Kara SuSE CR Labs - 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/