Re: [PATCH 01/13] virtio_fs.h: Add notification queue feature bit

2021-10-04 Thread Stefan Hajnoczi
On Thu, Sep 30, 2021 at 11:30:25AM -0400, Vivek Goyal wrote: > This change will ultimately come from kernel as kernel header file update > when kernel patches get merged. > > Signed-off-by: Vivek Goyal > --- > include/standard-headers/linux/virtio_fs.h | 3 +++ > 1 file changed, 3 insertions(+)

[PATCH 01/13] virtio_fs.h: Add notification queue feature bit

2021-09-30 Thread Vivek Goyal
This change will ultimately come from kernel as kernel header file update when kernel patches get merged. Signed-off-by: Vivek Goyal --- include/standard-headers/linux/virtio_fs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/standard-headers/linux/virtio_fs.h b/include/standar