aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse_common.h
diff options
context:
space:
mode:
authorHereThereBeDragons <HereThereBeDragons@users.noreply.github.com>2023-06-30 14:57:06 +0200
committerGitHub <noreply@github.com>2023-06-30 13:57:06 +0100
commit51bc827df873d9ff4069b83796cd32fcb6bd659e (patch)
tree157b5c7d6d300f6006d10d7c1676a8a0300ce524 /include/fuse_common.h
parent756726800683b22b9c4eb75bf56bcf30cb50cca1 (diff)
downloadlibfuse-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.h2
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