FUSE API documentation update (Daniel Benamy)

master
szaka 2008-08-21 20:27:16 +00:00
parent a11f312560
commit 31a4ce20e6
1 changed files with 5 additions and 0 deletions

View File

@ -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.