From: Maksim Harbachou Date: Fri, 14 Feb 2025 13:20:19 +0000 (+0100) Subject: Add comment for fuse_passthrough_open() X-Git-Tag: fuse-3.17.1-rc1~12 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=026ebedddf6c7386723b7672929b9a3be6d731c0;p=qemu-gpiodev%2Flibfuse.git Add comment for fuse_passthrough_open() See https://github.com/libfuse/libfuse/issues/1125 Signed-off-by: Maksim Harbachou --- 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 *