FUSE API documentation update (Daniel Benamy)
parent
a11f312560
commit
31a4ce20e6
|
@ -61,6 +61,11 @@ typedef int (*fuse_fill_dir_t) (void *buf, const char *name,
|
|||
* releasedir, fsyncdir, access, create, ftruncate, fgetattr, lock,
|
||||
* init and destroy are special purpose methods, without which a full
|
||||
* featured filesystem can still be implemented.
|
||||
*
|
||||
* Almost all operations take a path which can be of any length.
|
||||
*
|
||||
* Changed in fuse 2.8.0 (regardless of API version)
|
||||
* Previously, paths were limited to a length of PATH_MAX.
|
||||
*/
|
||||
struct fuse_operations {
|
||||
/** Get file attributes.
|
||||
|
|
Loading…
Reference in New Issue