From 26f0dba3c881560d986903e8dca376ca462d3ab8 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 16 Oct 2016 15:34:20 -0700 Subject: Mention that low-level fs need to set FUSE_CAP_EXPORT_SUPPORT --- doc/README.NFS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3