Re: [PATCH] virt: acrn: Use vfs_poll() instead of f_op->poll()

2021-02-21 Thread Shuo A Liu
On Sun 21.Feb'21 at 8:54:06 +0100, Greg Kroah-Hartman wrote: On Sun, Feb 21, 2021 at 09:50:42AM +0800, Liu, Shuo A wrote: On 2/20/2021 22:53, Yejune Deng wrote: > Use vfs_poll() is a more advanced function in acrn_irqfd_assign(). > as the same time, modify the definition of events. > >

Re: [PATCH] virt: acrn: Use vfs_poll() instead of f_op->poll()

2021-02-20 Thread Greg Kroah-Hartman
On Sun, Feb 21, 2021 at 09:50:42AM +0800, Liu, Shuo A wrote: > > > On 2/20/2021 22:53, Yejune Deng wrote: > > Use vfs_poll() is a more advanced function in acrn_irqfd_assign(). > > as the same time, modify the definition of events. > > > > Signed-off-by: Yejune Deng > > Thanks for the update.

Re: [PATCH] virt: acrn: Use vfs_poll() instead of f_op->poll()

2021-02-20 Thread Liu, Shuo A
On 2/20/2021 22:53, Yejune Deng wrote: > Use vfs_poll() is a more advanced function in acrn_irqfd_assign(). > as the same time, modify the definition of events. > > Signed-off-by: Yejune Deng Thanks for the update. Reviewed-by: Shuo Liu Hi Greg, Need i do more work on this patch? Or you

[PATCH] virt: acrn: Use vfs_poll() instead of f_op->poll()

2021-02-20 Thread Yejune Deng
Use vfs_poll() is a more advanced function in acrn_irqfd_assign(). as the same time, modify the definition of events. Signed-off-by: Yejune Deng --- drivers/virt/acrn/irqfd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/virt/acrn/irqfd.c

Re: [PATCH] virt: acrn: Use vfs_poll() instead of f_op->poll()

2021-02-20 Thread Yejune Deng
OK,I will adopt it and resubmit. On Sat, Feb 20, 2021 at 5:48 PM Shuo A Liu wrote: > > Thanks for the patch. > > On Fri 19.Feb'21 at 17:26:12 +0800, Yejune Deng wrote: > >In acrn_irqfd_assign(), use vfs_poll() is a more advanced function, > >as the same time, modify the definition of events. >

Re: [PATCH] virt: acrn: Use vfs_poll() instead of f_op->poll()

2021-02-20 Thread Shuo A Liu
Thanks for the patch. On Fri 19.Feb'21 at 17:26:12 +0800, Yejune Deng wrote: In acrn_irqfd_assign(), use vfs_poll() is a more advanced function, as the same time, modify the definition of events. Signed-off-by: Yejune Deng --- drivers/virt/acrn/irqfd.c | 4 ++-- 1 file changed, 2

[PATCH] virt: acrn: Use vfs_poll() instead of f_op->poll()

2021-02-19 Thread Yejune Deng
In acrn_irqfd_assign(), use vfs_poll() is a more advanced function, as the same time, modify the definition of events. Signed-off-by: Yejune Deng --- drivers/virt/acrn/irqfd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/virt/acrn/irqfd.c