API documentation update by Daniel Benamy

This commit is contained in:
Miklos Szeredi
2008-08-21 17:38:33 +00:00
parent 16d1d9656a
commit 78e42c17a6
+5
View File
@@ -75,6 +75,11 @@ typedef int (*fuse_dirfil_t) (fuse_dirh_t h, const char *name, int type,
* 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.