Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263183AbUDZW4W (ORCPT ); Mon, 26 Apr 2004 18:56:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263307AbUDZW4W (ORCPT ); Mon, 26 Apr 2004 18:56:22 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:690 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S263183AbUDZW4V (ORCPT ); Mon, 26 Apr 2004 18:56:21 -0400 Date: Mon, 26 Apr 2004 23:56:20 +0100 From: viro@parcelfarce.linux.theplanet.co.uk To: Grzegorz Kulewski Cc: Linus Torvalds , Linux Kernel Mailing List , Andrew Morton , Christoph Hellwig , raven@themaw.net Subject: Re: 2.6.6-rc2-bk3 (and earlier?) mount problem (?) Message-ID: <20040426225620.GP17014@parcelfarce.linux.theplanet.co.uk> References: <20040426013944.49a105a8.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 993 Lines: 21 On Tue, Apr 27, 2004 at 12:38:53AM +0200, Grzegorz Kulewski wrote: > On Mon, 26 Apr 2004, Linus Torvalds wrote: > > Try turning off MD first. Then quota, and if neither of those matters, > > start tuning off the individual filesystem drivers (reiser, xfs). > > Yes, when I turned off MD and DM it started to work. Thanks. Can I help > more to track the problem down? (I currently have no MD or DM volumes in > my system - I just wanted to start experimenting with them...) Add printk("claim: %d:%d %p -> %d\n", MAJOR(bdev->bd_dev), MINOR(bdev->bd_dev), holder, res); in the very end of fs/block_dev.c::bd_claim() (just before return) and printk("release: %d:%d\n", MAJOR(bdev->bd_dev), MINOR(bdev->bd_dev)); in bd_release() (same file). - 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/