From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH] vfs: fix race in rcu lookup of pruned dentry Date: Tue, 19 Jul 2011 03:21:29 +0100 Message-ID: <20110719022129.GN11013@ZenIV.linux.org.uk> References: <20110718194703.GI11013@ZenIV.linux.org.uk> <20110718231738.GJ11013@ZenIV.linux.org.uk> <20110718232114.GK11013@ZenIV.linux.org.uk> <20110718234012.GL11013@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linus Torvalds , Andrew Morton , Nick Piggin , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Hugh Dickins Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Jul 18, 2011 at 07:07:54PM -0700, Hugh Dickins wrote: > It looked sane, but in fact was insane. Enough testing for now, > I say it's good to go, if you fold in this small adjustment... Folded and pushed...