virt: acrn: Use vfs_poll() instead of f_op->poll()
authorYejune Deng <yejune.deng@gmail.com>
Sun, 21 Feb 2021 13:33:06 +0000 (21:33 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:16:09 +0000 (09:16 +0100)
commitdcf9625f2adf33cf3ea14c72b436b7c212807e51
treeabddb99312a21c089a8ec700cc696032a563a321
parente54b78886949e16301e8ac3cc4b2b43969bfe5fa
virt: acrn: Use vfs_poll() instead of f_op->poll()

Use a more advanced function vfs_poll() in acrn_irqfd_assign().
At the same time, modify the definition of events.

Signed-off-by: Yejune Deng <yejune.deng@gmail.com>
Signed-off-by: Shuo Liu <shuo.a.liu@intel.com>
Link: https://lore.kernel.org/r/20210221133306.33530-1-shuo.a.liu@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/virt/acrn/irqfd.c