From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [Bugme-new] [Bug 32312] New: Race condition in umount Date: Thu, 31 Mar 2011 11:36:55 -0700 Message-ID: <20110331113655.faea3975.akpm@linux-foundation.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: bugzilla-daemon@bugzilla.kernel.org, bugme-daemon@bugzilla.kernel.org, fullung@gmail.com To: linux-fsdevel@vger.kernel.org Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:52648 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758944Ab1CaShV (ORCPT ); Thu, 31 Mar 2011 14:37:21 -0400 In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: (switched to email. Please respond via emailed reply-to-all, not via the bugzilla web interface). On Thu, 31 Mar 2011 04:54:52 GMT bugzilla-daemon@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=32312 > > Summary: Race condition in umount > Product: File System > Version: 2.5 > Platform: All > OS/Version: Linux > Tree: Mainline > Status: NEW > Severity: normal > Priority: P1 > Component: VFS > AssignedTo: fs_vfs@kernel-bugs.osdl.org > ReportedBy: fullung@gmail.com > Regression: No > > > The Red Hat folks suggested reporting this bug here: > > https://bugzilla.redhat.com/show_bug.cgi?id=683836 > > In summary, doing many umounts in parallel causes some umounts to fail and if > the mount/parallel umount cycle is repeated a few times, bad stuff happens > inside the kernel. > > Reproduced with 2.6.38.*. >