From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [BUG] ext3: cannot unfreeze a filesystem due to a deadlock Date: Wed, 7 Sep 2011 02:40:07 -0400 Message-ID: <20110907064006.GA16042@infradead.org> References: <20110907122929.3715.61FB500B@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jan Kara , Andrew Morton , Andreas Dilger , linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Masayoshi MIZUMA Return-path: Content-Disposition: inline In-Reply-To: <20110907122929.3715.61FB500B@jp.fujitsu.com> Sender: linux-ext4-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, Sep 07, 2011 at 12:29:30PM +0900, Masayoshi MIZUMA wrote: > Hi, > > When I checked the freeze feature for ext3 filesystem using fsfreeze > command at 3.1.0-rc4, I think the following deadlock problem happened. > > How to reproduce: > # mkfs -t ext3 /dev/sdd1 > # mount /dev/sdd1 /MNT > # ./fsstress -d /MNT/tmp -n 10 -p 1000 > /dev/null 2>&1 & > # fsfreeze -f /MNT > # fsfreeze -u /MNT Can you add this testcase to xfstests?