From: Miklos Szeredi Date: Thu, 21 Aug 2008 17:38:33 +0000 (+0000) Subject: API documentation update by Daniel Benamy X-Git-Tag: fuse_2_8_0_pre2~8 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=78e42c17a69736ff19ae3a6a198bbd2bbee01202;p=qemu-gpiodev%2Flibfuse.git API documentation update by Daniel Benamy --- diff --git a/include/fuse.h b/include/fuse.h index 07b662e..409851a 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -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.