aboutsummaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorJustin Tee <[email protected]>2023-03-01 15:16:19 -0800
committerMartin K. Petersen <[email protected]>2023-03-09 21:21:44 -0500
commitc0d6071aa26f2989fada9a66b216419965f207db (patch)
tree48a37ab0cfa090f490055f35be59ae52eabb6982 /net/unix/af_unix.c
parentbf21c9bb624c85f499be271cc1b3d41bec50f7bd (diff)
scsi: lpfc: Fix lockdep warning for rx_monitor lock when unloading driver
Lockdep enabled kernels report a theoretical deadlock state where the cmf_timer interrupt occurs while the rx_monitor ring is being destroyed. During rmmod, the cmf_timer is cancelled prior to the lpfc_rx_monitor_destroy_ring call. This actually eliminates the need to take the rx_monitor ring lock in lpfc_rx_monitor_destroy_ring. Thus, just remove lock/unlock of rx_monitor in lpfc_rx_monitor_destroy_ring. Signed-off-by: Justin Tee <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions