From 2548c4b83a0871fb92b8ca55cf580a7c58c2f9c6 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 26 Jun 2018 21:40:21 +0200 Subject: examples: add copy_file_range() support to passthrough(_fh) The passthrough example filesystem can be used for validating the API and the implementation in the FUSE kernel module. --- util/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/meson.build b/util/meson.build index e8105bd..aa0e734 100644 --- a/util/meson.build +++ b/util/meson.build @@ -11,7 +11,7 @@ executable('mount.fuse3', ['mount.fuse.c'], link_with: [ libfuse ], install: true, install_dir: get_option('sbindir'), - c_args: '-DFUSE_USE_VERSION=33') + c_args: '-DFUSE_USE_VERSION=34') udevrulesdir = get_option('udevrulesdir') -- cgit v1.2.3