aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/README.NFS10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/README.NFS b/doc/README.NFS
index f3348d5..239dcb2 100644
--- a/doc/README.NFS
+++ b/doc/README.NFS
@@ -15,11 +15,11 @@ using the inode number, otherwise an ESTALE error will be returned.
1) low-level interface
-Filesystems need to implement special lookups for the names "." and
-"..". The former may be requested on any inode, including
-non-directories, while the latter is only requested for directories.
-Otherwise these special lookups should behave identically to ordinary
-lookups.
+Filesystems need to set FUSE_CAP_EXPORT_SUPPORT in conn->wants and
+implement special lookups for the names "." and "..". The former may
+be requested on any inode, including non-directories, while the latter
+is only requested for directories. Otherwise these special lookups
+should behave identically to ordinary lookups.
2) high-level interface