提交 66fdc052 编写于 作者: K kbuild test robot 提交者: Alex Williamson

vfio: virqfd_lock can be static

Signed-off-by: NFengguang Wu <fengguang.wu@intel.com>
Reviewed-by: NEric Auger <eric.auger@linaro.org>
Signed-off-by: NAlex Williamson <alex.williamson@redhat.com>
上级 2f51bf4b
......@@ -16,7 +16,7 @@
#include <linux/slab.h>
static struct workqueue_struct *vfio_irqfd_cleanup_wq;
DEFINE_SPINLOCK(virqfd_lock);
static DEFINE_SPINLOCK(virqfd_lock);
int __init vfio_virqfd_init(void)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册