From 8a3746fe0efb7485bf521dff89dd7dfc735b6879 Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Wed, 30 Oct 2024 15:25:22 +0100 Subject: [PATCH] Correct arg documentation for FUSE_READLINK It does not have an in-argument. --- doc/libfuse-operations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libfuse-operations.txt b/doc/libfuse-operations.txt index 4c6e009..a56f89b 100644 --- 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)