From: Bernd Schubert <bernd.schubert@fastmail.fm>
Date: Thu, 17 Oct 2024 16:59:44 +0000 (+0200)
Subject: Update libfuse-operations.txt for FUSE_SYMLINK
X-Git-Tag: fuse-3.17.1-rc0~57
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=617109955cf3a3f30a2dee315f03a5e1a514e6e2;p=qemu-gpiodev%2Flibfuse.git

Update libfuse-operations.txt for FUSE_SYMLINK
---

diff --git a/doc/libfuse-operations.txt b/doc/libfuse-operations.txt
index cc4cb45..4c6e009 100644
--- a/doc/libfuse-operations.txt
+++ b/doc/libfuse-operations.txt
@@ -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