From: Bernd Schubert Date: Wed, 30 Oct 2024 14:25:22 +0000 (+0100) Subject: Correct arg documentation for FUSE_READLINK X-Git-Tag: fuse-3.17.1-rc0~53 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8a3746fe0efb7485bf521dff89dd7dfc735b6879;p=qemu-gpiodev%2Flibfuse.git Correct arg documentation for FUSE_READLINK It does not have an in-argument. --- 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)