From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 11/25] nfs: don't use intents for checking atomic open Date: Sat, 24 Mar 2012 10:20:56 -0400 Message-ID: <20120324142056.GC25980@infradead.org> References: <1331155362-11132-1-git-send-email-miklos@szeredi.hu> <1331155362-11132-12-git-send-email-miklos@szeredi.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: viro@ZenIV.linux.org.uk, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, hch@infradead.org, Trond.Myklebust@netapp.com, sfrench@samba.org, sage@newdream.net, ericvh@gmail.com, mszeredi@suse.cz To: Miklos Szeredi Return-path: Content-Disposition: inline In-Reply-To: <1331155362-11132-12-git-send-email-miklos@szeredi.hu> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org As NFS was the only instance of d_relvalidate uing other fields than 'flags' from the nameidata argument we can simply pass an int flags now. That will make life for ecryptfs a lot simpler, and it also gets rid of all that if (nd && check_flags) crap because it's passed conditionally.