diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fuse_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fuse_common.h b/include/fuse_common.h index a804134..fedbaa9 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -336,8 +336,6 @@ struct fuse_loop_config_v1 { * is unset, the FUSE kernel module will ensure that lookup() and * readdir() requests are never issued concurrently for the same * directory. - * - * This feature is enabled by default when supported by the kernel. */ #define FUSE_CAP_PARALLEL_DIROPS (1 << 18) |