From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [RFC 1/2] fs,proc: Pass nameidata to proc_get_link implementations Date: Mon, 21 Apr 2014 17:29:03 +0100 Message-ID: <20140421162903.GR18016@ZenIV.linux.org.uk> References: <79198263e1989bf0916e3aa51a253d8b4c08a396.1398097304.git.luto@amacapital.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Pavel Machek , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Theodore Ts'o , David Herrmann To: Andy Lutomirski Return-path: Content-Disposition: inline In-Reply-To: <79198263e1989bf0916e3aa51a253d8b4c08a396.1398097304.git.luto@amacapital.net> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Apr 21, 2014 at 09:22:47AM -0700, Andy Lutomirski wrote: > proc_fd_link should respect fs modes, and it needs to know the open > mode to do so. So pass it by value. NAK in that form.