Update libfuse-operations.txt for FUSE_SYMLINK
authorBernd Schubert <bernd.schubert@fastmail.fm>
Thu, 17 Oct 2024 16:59:44 +0000 (18:59 +0200)
committerBernd Schubert <bernd.schubert@fastmail.fm>
Sun, 20 Oct 2024 12:20:55 +0000 (14:20 +0200)
doc/libfuse-operations.txt

index cc4cb450b599cfbdbc0cdf89a4efcc560e0c2160..4c6e009502c0c4c2b20053b67c6edf6de86f9392 100644 (file)
@@ -43,8 +43,8 @@ was only partly human verified - use with care.
    - out_args[2]: Not used
 
 6. FUSE_SYMLINK (6)
-   - in_args[0]: Size of fuse_symlink_in (variable)
-   - in_args[1]: Variable (target path, up to PATH_MAX)
+   - in_args[0]: Variable (new link file name, up to PATH_MAX)
+   - in_args[1]: Variable (target path for the symlink, up to PATH_MAX)
    - in_args[2]: Not used
    - out_args[0]: Size of fuse_entry_out (typically 128 bytes)
    - out_args[1]: Not used