[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJfpegtd-MQNbUW9YuL4xdXDkGR8K6LMHCqDG2Ppu9F_Hyk2RQ@mail.gmail.com>
Date: Thu, 29 Aug 2019 15:41:26 +0200
From: Miklos Szeredi <miklos@...redi.hu>
To: Vivek Goyal <vgoyal@...hat.com>
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
virtio-fs@...hat.com, Stefan Hajnoczi <stefanha@...hat.com>,
"Dr. David Alan Gilbert" <dgilbert@...hat.com>
Subject: Re: [PATCH v3 00/13] virtio-fs: shared file system for virtual machines
On Thu, Aug 29, 2019 at 3:29 PM Vivek Goyal <vgoyal@...hat.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
Powered by blists - more mailing lists