From 2251a6922393f055b28b39df0ee44e2032169d21 Mon Sep 17 00:00:00 2001 From: Joanne Koong Date: Tue, 6 Aug 2024 15:14:04 -0700 Subject: [PATCH] doc/libfuse-operations: Fix FUSE_STATX in_args[1] description --- 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 ea13daf..cc4cb45 100644 --- a/doc/libfuse-operations.txt +++ b/doc/libfuse-operations.txt @@ -411,7 +411,7 @@ was only partly human verified - use with care. 52. FUSE_STATX (52) - in_args[0]: Size of fuse_statx_in (32 bytes) - - in_args[1]: Variable (file name, up to PATH_MAX) + - in_args[1]: Not used - in_args[2]: Not used - out_args[0]: Size of fuse_statx_out (typically 256 bytes) - out_args[1]: Not used -- 2.30.2