From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH 00/21] vfs: atomic open v6 (part 2) Date: Sun, 10 Jun 2012 23:27:45 +0100 Message-ID: <20120610222745.GG30000@ZenIV.linux.org.uk> References: <1338901832-14049-1-git-send-email-miklos@szeredi.hu> <20120610034921.GB30000@ZenIV.linux.org.uk> <20120610111056.GD30000@ZenIV.linux.org.uk> <20120610175605.GE30000@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, hch@infradead.org, torvalds@linux-foundation.org, dhowells@redhat.com, mszeredi@suse.cz To: Miklos Szeredi Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:36608 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752834Ab2FJW1t (ORCPT ); Sun, 10 Jun 2012 18:27:49 -0400 Content-Disposition: inline In-Reply-To: <20120610175605.GE30000@ZenIV.linux.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sun, Jun 10, 2012 at 06:56:05PM +0100, Al Viro wrote: > On Sun, Jun 10, 2012 at 12:10:56PM +0100, Al Viro wrote: > > > WARNING: I haven't even tried to boot it. It builds, but this is all I can > > promise at the moment. I'm about to fall down (it's 7am here already ;-/), > > will give it some beating when I get up. It almost certainly has bugs, so > > consider that as call for review and not much more. > > OK, it boots, mounts NFS and even manages to build a kernel on it. Which > probably would meet Linus' "it's perfect, ship it" criteria, so go ahead > and beat it up, folks. And in vfs.git#master there's a followup to that. ->d_revalidate(), ->lookup() and ->create() are nameidata-free now. IOW, open intents crap is well and truly dead. Good riddance. Miklos, if I see you at Kernel Summit (or anywhere else, for that matter), I owe you a bottle of booze of your choice.