From 026ebedddf6c7386723b7672929b9a3be6d731c0 Mon Sep 17 00:00:00 2001 From: Maksim Harbachou Date: Fri, 14 Feb 2025 14:20:19 +0100 Subject: [PATCH] Add comment for fuse_passthrough_open() See https://github.com/libfuse/libfuse/issues/1125 Signed-off-by: Maksim Harbachou --- include/fuse_lowlevel.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index d0617ba..b03b37a 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -1427,6 +1427,8 @@ int fuse_reply_readlink(fuse_req_t req, const char *link); /** * Setup passthrough backing file for open reply * + * Currently there should be only one backing id per node / backing file. + * * Possible requests: * open, opendir, create * -- 2.30.2