From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: [PATCH] exportfs: fix doc types Date: Fri, 14 Sep 2007 18:03:01 +0200 Message-ID: <20070914160301.GA6461@lst.de> References: <20070830131724.GS6834@lst.de> <20070914152424.GJ21965@sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, nfs@lists.sourceforge.net, Christoph Hellwig To: Greg Banks Return-path: Content-Disposition: inline In-Reply-To: <20070914152424.GJ21965@sgi.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nfs-bounces@lists.sourceforge.net Errors-To: nfs-bounces@lists.sourceforge.net List-Id: linux-fsdevel.vger.kernel.org And here's a patch to fix the typos Greg found: Signed-off-by: Christoph Hellwig Index: linux-2.6/Documentation/filesystems/Exporting =================================================================== --- linux-2.6.orig/Documentation/filesystems/Exporting 2007-09-14 17:59:35.000000000 +0200 +++ linux-2.6/Documentation/filesystems/Exporting 2007-09-14 18:01:41.000000000 +0200 @@ -104,7 +104,7 @@ are exportable by setting the s_export_o super_block. This field must point to a "struct export_operations" struct which has the following members: - encode_fh (optinonal) + encode_fh (optional) Takes a dentry and creates a filehandle fragment which can later be used to find/create a dentry for the same object. The default implementation creates a filehandle fragment that encodes a 32bit inode and generation @@ -118,7 +118,7 @@ struct which has the following members: fh_to_parent (optional but strongly recommended) Given a filehandle fragment, this should find the parent of the implied object and create a dentry for it (possibly with d_alloc_anon). - May simplify fail if the filehandle fragment is too small. + May fail if the filehandle fragment is too small. get_parent (optional but strongly recommended) When given a dentry for a directory, this should return a dentry for ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ NFS maillist - NFS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs