projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16d1d96
)
API documentation update by Daniel Benamy
author
Miklos Szeredi
<miklos@szeredi.hu>
Thu, 21 Aug 2008 17:38:33 +0000
(17:38 +0000)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Thu, 21 Aug 2008 17:38:33 +0000
(17:38 +0000)
include/fuse.h
patch
|
blob
|
history
diff --git
a/include/fuse.h
b/include/fuse.h
index 07b662eb124d480a0771a34ec74d2bdb20d946e7..409851a882852c03afd92dc43eb84c3d30acffd7 100644
(file)
--- 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.