mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-26 21:54:30 +08:00
fix documentation for opendir in fuse_operations
the filehandle from opendir is passed to releasedir - there is no closedir function in fuse_operations
This commit is contained in:
parent
c2d0e65057
commit
c17f2c6823
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user