Correct arg documentation for FUSE_READLINK

It does not have an in-argument.
This commit is contained in:
Bernd Schubert 2024-10-30 15:25:22 +01:00
parent e12c503ce6
commit 8a3746fe0e

View File

@ -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)