And here's a patch to fix the typos Greg found: Signed-off-by: Christoph Hellwig <hch@xxxxxx> 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 - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html