diff options
Diffstat (limited to 'include/fuse_common.h')
-rw-r--r-- | include/fuse_common.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h index 4a0e94b..55f0de2 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -167,12 +167,15 @@ struct fuse_conn_info { unsigned max_readahead; /** - * Capability flags, that the kernel supports + * Capability flags that the kernel supports (read-only) */ unsigned capable; /** - * Capability flags, that the filesystem wants to enable + * Capability flags that the filesystem wants to enable. + * + * libfuse attempts to initialize this field with + * reasonable default values before calling the init() handler. */ unsigned want; |