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:
e12c503
)
Correct arg documentation for FUSE_READLINK
author
Bernd Schubert
<bernd.schubert@fastmail.fm>
Wed, 30 Oct 2024 14:25:22 +0000
(15:25 +0100)
committer
Bernd Schubert
<bernd.schubert@fastmail.fm>
Wed, 30 Oct 2024 16:58:09 +0000
(17:58 +0100)
It does not have an in-argument.
doc/libfuse-operations.txt
patch
|
blob
|
history
diff --git
a/doc/libfuse-operations.txt
b/doc/libfuse-operations.txt
index 4c6e009502c0c4c2b20053b67c6edf6de86f9392..a56f89be56dbbf960c8d09e9ebe64debc56092fe 100644
(file)
--- a/
doc/libfuse-operations.txt
+++ b/
doc/libfuse-operations.txt
@@
-35,7
+35,7
@@
was only partly human verified - use with care.
- out_args[2]: Not used
5. FUSE_READLINK (5)
- - in_args[0]:
Size of fuse_readlink_in (16 bytes)
+ - in_args[0]:
Not used
- in_args[1]: Not used
- in_args[2]: Not used
- out_args[0]: Variable (size of the link target path)