From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. Bruce Fields" Subject: Re: processes hung after sys_renameat, and 'missing' processes Date: Mon, 11 Jun 2012 08:17:08 -0400 Message-ID: <20120611121708.GC7654@fieldses.org> References: <20120606230040.GA18089@redhat.com> <20120606235403.GC30000@ZenIV.linux.org.uk> <20120607002914.GB22223@redhat.com> <20120607011915.GA17566@redhat.com> <20120607012900.GE30000@ZenIV.linux.org.uk> <20120607193607.GI30000@ZenIV.linux.org.uk> <20120608162234.GB17251@fieldses.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Al Viro , Dave Jones , Linux Kernel , Miklos Szeredi , Jan Kara , Peter Zijlstra , linux-fsdevel@vger.kernel.org, "J. Bruce Fields" , "Eric W. Biederman" , Sage Weil To: Linus Torvalds Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, Jun 08, 2012 at 10:44:09AM -0700, Linus Torvalds wrote: > On Fri, Jun 8, 2012 at 9:22 AM, J. Bruce Fields wrote: > > On Thu, Jun 07, 2012 at 08:36:07PM +0100, Al Viro wrote: > > > >> I really believe that this pair of commits needs to be reverted. =C2= =A0The > >> earlier code used to guarantee that alias would be detached. > > > > In the case that prompted that first commit, the directory in quest= ion > > had an alias that was detached (which I'm taking to mean IS_ROOT(de= ntry) > > was true?), but not flagged DISCONNECTED. =C2=A0The particular case= was only > > reproduceable on an older kernel, and I couldn't find a similar > > reproducer on recent upstream, but I also couldn't convince myself = it > > was impossible. > > > > So, maybe the correct thing is to revert that change. =C2=A0Or mayb= e it > > should be picking an IS_ROOT dentry instead of a DISCONNECTED one? >=20 > I've reverted the changes for now, it looks like the discussion about > them is still on-going, and I think I'll feel happier if we just go > back to the old status quo for the nonce. =46air enough; I'll keep investigating. --b.