From 617109955cf3a3f30a2dee315f03a5e1a514e6e2 Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Thu, 17 Oct 2024 18:59:44 +0200 Subject: [PATCH] Update libfuse-operations.txt for FUSE_SYMLINK --- doc/libfuse-operations.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2