projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57880e8
)
Add comment for fuse_passthrough_open()
author
Maksim Harbachou
<maksim.harbachou@resilio.com>
Fri, 14 Feb 2025 13:20:19 +0000
(14:20 +0100)
committer
Bernd Schubert
<bernd@bsbernd.com>
Tue, 18 Feb 2025 21:32:49 +0000
(22:32 +0100)
See https://github.com/libfuse/libfuse/issues/1125
Signed-off-by: Maksim Harbachou <maksim.harbachou@resilio.com>
include/fuse_lowlevel.h
patch
|
blob
|
history
diff --git
a/include/fuse_lowlevel.h
b/include/fuse_lowlevel.h
index d0617ba35f5481c49a33c4c96e0dee5fda660a3f..b03b37aaeabe0be566531a170e0c50388692c399 100644
(file)
--- 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
*