[Virtio-fs] [PATCH] virtiofsd: Change FUSE_MAP_ALIGNMENT bit position for 5.3 kernel

Stefan Hajnoczi stefanha at redhat.com
Thu Aug 8 08:33:21 UTC 2019


On Wed, Aug 07, 2019 at 05:10:57PM -0400, Vivek Goyal wrote:
> Due to rebase to 5.3-rc kernel, change bit position of FUSE_MAP_ALIGNMENT.
> 
> Signed-off-by: Vivek Goyal <vgoyal at redhat.com>
> ---
>  contrib/virtiofsd/fuse_kernel.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Index: qemu/contrib/virtiofsd/fuse_kernel.h
> ===================================================================
> --- qemu.orig/contrib/virtiofsd/fuse_kernel.h	2019-08-05 16:32:14.358564755 -0400
> +++ qemu/contrib/virtiofsd/fuse_kernel.h	2019-08-07 16:31:27.882640763 -0400
> @@ -292,7 +292,7 @@ struct fuse_file_lock {
>  #define FUSE_MAX_PAGES		(1 << 22)
>  #define FUSE_CACHE_SYMLINKS	(1 << 23)
>  #define FUSE_NO_OPENDIR_SUPPORT (1 << 24)
> -#define FUSE_MAP_ALIGNMENT      (1 << 25)
> +#define FUSE_MAP_ALIGNMENT      (1 << 26)
>  
>  /**
>   * CUSE INIT request/reply flags
> 
> _______________________________________________
> Virtio-fs mailing list
> Virtio-fs at redhat.com
> https://www.redhat.com/mailman/listinfo/virtio-fs

Reviewed-by: Stefan Hajnoczi <stefanha at redhat.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/virtio-fs/attachments/20190808/998f4854/attachment.sig>


More information about the Virtio-fs mailing list