diff options
Diffstat (limited to 'include')
-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 bdbd7cb..52b691a 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -445,7 +445,7 @@ struct fuse_loop_config_v1 { * ensure coherency between mount points (or network clients) and with kernel page * cache as enforced by mmap that cannot be guaranteed anymore. */ -#define FUSE_CAP_DIRECT_IO_ALLOW_MMAP (1 << 27) +#define FUSE_CAP_DIRECT_IO_ALLOW_MMAP (1 << 28) /** * Ioctl flags |