From d7d7f12d115b8853af0665c41e07d9f17d271a6f Mon Sep 17 00:00:00 2001 From: Maksim Harbachou Date: Fri, 14 Feb 2025 14:20:19 +0100 Subject: 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(+) (limited to 'include/fuse_lowlevel.h') 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 * -- cgit v1.2.3