All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH REPOST] virt: acrn: Remove unsued acrn_irqfds_mutex.
@ 2022-03-08 12:27 Sebastian Andrzej Siewior
  0 siblings, 0 replies; only message in thread
From: Sebastian Andrzej Siewior @ 2022-03-08 12:27 UTC (permalink / raw)
  To: linux-kernel; +Cc: Fei Li, Thomas Gleixner, Greg Kroah-Hartman, Andrew Morton

acrn_irqfds_mutex is not used, never was.

Remove acrn_irqfds_mutex.

Fixes: aa3b483ff1d71 ("virt: acrn: Introduce irqfd")
Cc: Fei Li <fei1.li@intel.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---

Repost of
   https://lore.kernel.org/all/20210910094708.3430340-1-bigeasy@linutronix.de/

please apply, it is trivial.

 drivers/virt/acrn/irqfd.c |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/virt/acrn/irqfd.c
+++ b/drivers/virt/acrn/irqfd.c
@@ -17,7 +17,6 @@
 #include "acrn_drv.h"
 
 static LIST_HEAD(acrn_irqfd_clients);
-static DEFINE_MUTEX(acrn_irqfds_mutex);
 
 /**
  * struct hsm_irqfd - Properties of HSM irqfd

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-08 12:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 12:27 [PATCH REPOST] virt: acrn: Remove unsued acrn_irqfds_mutex Sebastian Andrzej Siewior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.