From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Leun Subject: Re: [REGRESSION] bisected: 3.8 -> 3.9 cannot umount after using fuse Date: Sat, 4 May 2013 20:02:40 +0200 Message-ID: <20130504200240.10a8bae0@xenia.leun.net> References: <20130504124519.032ac684@xenia.leun.net> <20130504155214.GD25399@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, gregkh@linuxfoundation.org To: Al Viro Return-path: In-Reply-To: <20130504155214.GD25399@ZenIV.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Sat, 4 May 2013 16:52:14 +0100 Al Viro wrote: > On Sat, May 04, 2013 at 12:45:19PM +0200, Michael Leun wrote: > > > After reverting 57eccb830f1cc93d4b506ba306d8dfa685e0c88f from 3.9 > > that umount above works (not busy). > > Sigh... Check if the following fix works for your testcase: > diff --git a/fs/namespace.c b/fs/namespace.c > index b4f96a5..b68eef2d 100644 > --- a/fs/namespace.c > +++ b/fs/namespace.c [...] Yup, that fixes it. -- MfG, Michael Leun