From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Emelyanov Subject: Re: [patch 6/8] fs, exportfs: Add export_encode_inode_fh helper Date: Tue, 14 Aug 2012 18:23:20 +0400 Message-ID: <502A5F58.2020504@parallels.com> References: <20120814140342.354405844@openvz.org> <20120814140620.285660958@openvz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "linux-kernel@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" , Alexey Dobriyan , James Bottomley , Matthew Helsley To: Cyrill Gorcunov , Al Viro , Andrew Morton Return-path: In-Reply-To: <20120814140620.285660958@openvz.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On 08/14/2012 06:03 PM, Cyrill Gorcunov wrote: > To provide fsnotify object inodes being watched without > binding to alphabetical path we need to encode them with > exportfs help. This patch adds a helper which operates > with plain inodes directly. > > This feature is CONFIG_CHECKPOINT_RESTORE only. > > Signed-off-by: Cyrill Gorcunov > CC: Al Viro > CC: Alexey Dobriyan > CC: Andrew Morton > CC: Pavel Emelyanov > CC: James Bottomley Acked-by: Pavel Emelyanov