[Virtio-fs] [PATCH v3 00/13] virtio-fs: shared file system for virtual machines

Miklos Szeredi miklos at szeredi.hu
Thu Aug 29 13:41:26 UTC 2019


On Thu, Aug 29, 2019 at 3:29 PM Vivek Goyal <vgoyal at redhat.com> wrote:

> #ifdef CONFIG_VIRTIO_FS
>         /** virtio-fs's physically contiguous buffer for in and out args */
>         void *argbuf;
> #endif
>
> It should have worked. Not sure why it is not working.

Needs to be changed to

#if IS_ENABLED(CONFIG_VIRTIO_FS)

Pushed out fixed version.

Thanks,
Miklos




More information about the Virtio-fs mailing list