[PATCH] support: Handle COPY_FILE_RANGE events with FUSE
Sam James
sam@gentoo.org
Sat Aug 2 19:20:27 GMT 2025
Florian Weimer <fweimer@redhat.com> writes:
> ---
> support/fuse.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/support/fuse.h b/support/fuse.h
> index 7b246de780..f379cc7606 100644
> --- a/support/fuse.h
> +++ b/support/fuse.h
> @@ -96,6 +96,7 @@ void *support_fuse_cast_name_internal (struct fuse_in_header *, uint32_t,
> #define support_fuse_payload_type_READ struct fuse_read_in
> #define support_fuse_payload_type_SETATTR struct fuse_setattr_in
> #define support_fuse_payload_type_WRITE struct fuse_write_in
> +#define support_fuse_payload_type_COPY_FILE_RANGE struct fuse_copy_file_range_in
> #define support_fuse_cast(typ, inh) \
> ((support_fuse_payload_type_##typ *) \
> support_fuse_cast_internal ((inh), FUSE_##typ))
>
> base-commit: 7107bebf19286f42dcb0a97581137a5893c16206
Reviewed-by: Sam James <sam@gentoo.org>
More information about the Libc-alpha
mailing list