projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2d0e65
)
fix documentation for opendir in fuse_operations
author
Carl Edquist
<edquist@cs.wisc.edu>
Tue, 22 May 2018 22:04:07 +0000
(17:04 -0500)
committer
Nikolaus 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
patch
|
blob
|
history
diff --git
a/include/fuse.h
b/include/fuse.h
index 911a676c5316e79133e4a7f173b2d7a32d3fc00f..04ab31b311b2981dfb5acf6b94b2b20cf333f6f2 100644
(file)
--- a/
include/fuse.h
+++ b/
include/fuse.h
@@
-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,
clo
sedir and fsyncdir.
+ * passed to readdir,
relea
sedir and fsyncdir.
*
* Introduced in version 2.3
*/