Fix docs of lowlevel readdirplus()
authorMiklos Szeredi <mszeredi@suse.cz>
Tue, 25 Nov 2014 15:20:14 +0000 (16:20 +0100)
committerMiklos Szeredi <mszeredi@suse.cz>
Tue, 25 Nov 2014 15:21:56 +0000 (16:21 +0100)
Reported by Michael j Theall.

include/fuse_lowlevel.h

index b31868f54ed100fcabda94dfb48937186480778d..20e7692edadb71424d813f771b83f7d4b29e4938 100644 (file)
@@ -1032,9 +1032,9 @@ struct fuse_lowlevel_ops {
         * fi->fh will contain the value set by the opendir method, or
         * will be undefined if the opendir method didn't set any value.
          *
-        * In contrast to readdir() (which does not affect the lookup
-        * counts), the lookup count of every entry returned by
-        * readdirplus() is increased by one.
+        * In contrast to readdir() (which does not affect the lookup counts),
+        * the lookup count of every entry returned by readdirplus(), except "."
+        * and "..", is incremented by one.
         *
         * Introduced in version 3.0
         *