diff options
author | Maksim Harbachou <maksim.harbachou@resilio.com> | 2025-02-14 14:20:19 +0100 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-02-18 22:32:49 +0100 |
commit | 026ebedddf6c7386723b7672929b9a3be6d731c0 (patch) | |
tree | 2293beb7acc51ebaf32cb5969dfcf3a1e1db37b4 | |
parent | 57880e812ea47bb088b9f60cd0f5aaff40a95a64 (diff) | |
download | libfuse-026ebedddf6c7386723b7672929b9a3be6d731c0.tar.gz |
Add comment for fuse_passthrough_open()
See https://github.com/libfuse/libfuse/issues/1125
Signed-off-by: Maksim Harbachou <maksim.harbachou@resilio.com>
-rw-r--r-- | include/fuse_lowlevel.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 * |