aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaksim Harbachou <maksim.harbachou@resilio.com>2025-02-14 14:20:19 +0100
committerBernd Schubert <bernd@bsbernd.com>2025-02-17 23:13:51 +0100
commitd7d7f12d115b8853af0665c41e07d9f17d271a6f (patch)
treebe43217cc48d59837a8d008cfd9b933afc1d9fa5
parent7e02c20c650c378729ab4999933f556c4bfb25c6 (diff)
downloadlibfuse-d7d7f12d115b8853af0665c41e07d9f17d271a6f.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.h2
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
*