From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: mq: INFO: possible circular locking dependency detected Date: Tue, 14 Aug 2012 23:13:31 +0100 Message-ID: <20120814221331.GK23464@ZenIV.linux.org.uk> References: <501D0093.2090108@gmail.com> <20120805170856.GC8954@localhost> <20120807050412.GA23960@localhost> <20120807063955.GX23464@ZenIV.linux.org.uk> <20120808071738.GA20090@localhost> <20120808075439.GA20645@localhost> <20120814220927.GN7122@quack.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Fengguang Wu , Sasha Levin , "linux-kernel@vger.kernel.org" , Dave Jones , Kamal Mostafa , "Peter M. Petrakis" , Dann Frazier , Massimo Morana , linux-fsdevel@vger.kernel.org To: Jan Kara Return-path: Content-Disposition: inline In-Reply-To: <20120814220927.GN7122@quack.suse.cz> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, Aug 15, 2012 at 12:09:27AM +0200, Jan Kara wrote: > OK, this is a theoretical deadlock since mqueue (virtual) filesystem cannot > really be frozen. But we should convert the mqueue code to deal with new > lock ordering of i_mutex and mnt_want_write() anyway to make lockdep happy > if anything... That file somehow escaped my conversion efforts. I'll send a > fix tomorrow. It's fixed in commit 98d11eacde966041ac7357d99d4079db7173dd40 (in vfs.git)