Correct arg documentation for FUSE_READLINK
authorBernd Schubert <bernd.schubert@fastmail.fm>
Wed, 30 Oct 2024 14:25:22 +0000 (15:25 +0100)
committerBernd 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

index 4c6e009502c0c4c2b20053b67c6edf6de86f9392..a56f89be56dbbf960c8d09e9ebe64debc56092fe 100644 (file)
@@ -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)