From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Emelyanov Subject: Re: [patch 6/7] fs, exportfs: Add exportfs_encode_inode_fh helper Date: Thu, 15 Nov 2012 17:50:30 +0400 Message-ID: <50A4F326.2000405@parallels.com> References: <20121114151937.344922058@openvz.org> <20121114152239.840001980@openvz.org> <20121114173757.GJ23604@fieldses.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Cyrill Gorcunov , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Alexey Dobriyan , James Bottomley , Matthew Helsley , aneesh.kumar@linux.vnet.ibm.com, oleg@redhat.com, rientjes@google.com, tvrtko.ursulin@onelan.co.uk, Andrey Vagin To: "J. Bruce Fields" , Al Viro , Andrew Morton Return-path: In-Reply-To: <20121114173757.GJ23604@fieldses.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On 11/14/2012 09:37 PM, J. Bruce Fields wrote: > On Wed, Nov 14, 2012 at 07:19:43PM +0400, Cyrill Gorcunov wrote: >> We will need this helper in the next patch to >> provide a file handle for inotify marks in >> /proc/pid/fdinfo output. >> >> The patch is rather providing the way to use inodes >> directly when dentry is not available (like in case >> of inotify system). > > Looks OK to me.--b. Thank you, Bruce! >> >> Signed-off-by: Cyrill Gorcunov >> CC: Pavel Emelyanov >> CC: Oleg Nesterov >> CC: Andrey Vagin >> CC: Al Viro >> CC: Alexey Dobriyan >> CC: Andrew Morton >> CC: James Bottomley >> CC: "Aneesh Kumar K.V" >> CC: Alexey Dobriyan >> CC: Matthew Helsley >> CC: "J. Bruce Fields" >> CC: "Aneesh Kumar K.V" >> CC: Tvrtko Ursulin Acked-by: Pavel Emelyanov