fix documentation for opendir in fuse_operations
authorCarl Edquist <edquist@cs.wisc.edu>
Tue, 22 May 2018 22:04:07 +0000 (17:04 -0500)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 24 May 2018 15:01:37 +0000 (16:01 +0100)
the filehandle from opendir is passed to releasedir - there is no
closedir function in fuse_operations

include/fuse.h

index 911a676c5316e79133e4a7f173b2d7a32d3fc00f..04ab31b311b2981dfb5acf6b94b2b20cf333f6f2 100644 (file)
@@ -274,7 +274,7 @@ struct fuse_operations {
         * this method should check if opendir is permitted for this
         * directory. Optionally opendir may also return an arbitrary
         * filehandle in the fuse_file_info structure, which will be
-        * passed to readdir, closedir and fsyncdir.
+        * passed to readdir, releasedir and fsyncdir.
         *
         * Introduced in version 2.3
         */