diff --git a/include/fuse-lite/fuse.h b/include/fuse-lite/fuse.h index 13f33e99..05c1d7af 100644 --- a/include/fuse-lite/fuse.h +++ b/include/fuse-lite/fuse.h @@ -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.