From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: [PATCH 1/2] vfs: make real_lookup do dentry revalidation with i_mutex held Date: Mon, 22 Jun 2009 19:42:58 -0700 Message-ID: <4A404132.8020009@zytor.com> References: <1237493790-5665-1-git-send-email-sage@newdream.net> <49C85E3E.7030505@themaw.net> <49C85F0A.9030409@themaw.net> <49C9CA5A.5080809@themaw.net> <49CA579B.5080307@themaw.net> <49CAE3DB.3030909@themaw.net> <1238063926.23853.15.camel@zeus.themaw.net> <49D56DD5.80707@themaw.net> <4A4023CF.7040203@themaw.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Sage Weil , linux-fsdevel , Christoph Hellwig , akpm@linux-foundation.org, Al Viro , Yehuda Sadeh To: Ian Kent Return-path: Received: from terminus.zytor.com ([198.137.202.10]:35907 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750731AbZFWCqc (ORCPT ); Mon, 22 Jun 2009 22:46:32 -0400 In-Reply-To: <4A4023CF.7040203@themaw.net> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Ian Kent wrote: > > Sorry, I haven't had time to do more on this. > There is also the issue of what to do about removing the autofs module > and renaming autofs4 to autofs, as this will break the autofs module. > > I did start contacting people I think would want to know about this but > haven't gone further than an initial mail. > > The other thing is that this patch was originally written quite a while > ago and, although it appears to work ok, I'm not sure it's quite what we > need. > For what it's worth, the v2 protocol was only used very very early on, and the only difference between the v2 and the v3 protocol is that the v3 protocol supported the expiration ioctl. There is no reason to believe there are any current users of the v2 protocol, but from the kernel point of view it is a strict subset of the v3 protocol, so adding support for it is effectively no-op. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.