aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-16 15:34:20 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-16 15:34:20 -0700
commit26f0dba3c881560d986903e8dca376ca462d3ab8 (patch)
tree1c81984c60b1cabbb30e31343134cf4906352afa /doc
parent47c5e445c7e708c97133110ec5a290e1af7bdd49 (diff)
Mention that low-level fs need to set FUSE_CAP_EXPORT_SUPPORT
Diffstat (limited to 'doc')
-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