From: Nikolaus Rath Date: Sun, 16 Oct 2016 22:34:20 +0000 (-0700) Subject: Mention that low-level fs need to set FUSE_CAP_EXPORT_SUPPORT X-Git-Tag: fuse-3.0.0rc1~30 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=26f0dba3c881560d986903e8dca376ca462d3ab8;p=qemu-gpiodev%2Flibfuse.git Mention that low-level fs need to set FUSE_CAP_EXPORT_SUPPORT --- 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