diff options
author | HereThereBeDragons <HereThereBeDragons@users.noreply.github.com> | 2023-06-30 14:57:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 13:57:06 +0100 |
commit | 51bc827df873d9ff4069b83796cd32fcb6bd659e (patch) | |
tree | 157b5c7d6d300f6006d10d7c1676a8a0300ce524 /include/fuse_common.h | |
parent | 756726800683b22b9c4eb75bf56bcf30cb50cca1 (diff) | |
download | libfuse-51bc827df873d9ff4069b83796cd32fcb6bd659e.tar.gz |
Make expire only function fail if no kernel support (#789)
Diffstat (limited to 'include/fuse_common.h')
-rw-r--r-- | include/fuse_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h index 3a1e1f8..837df5a 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -418,7 +418,7 @@ struct fuse_loop_config_v1 { #define FUSE_CAP_EXPLICIT_INVAL_DATA (1 << 25) /** - * Indicates support that dentries can be expired or invalidated. + * Indicates support that dentries can be expired. * * Expiring dentries, instead of invalidating them, makes a difference for * overmounted dentries, where plain invalidation would detach all submounts |