Revision 4cdd2ad78098244c1bc9ec4374ea1c225fd1cd6f authored by Mike Snitzer on 13 May 2014, 17:49:39 UTC, committed by Mike Snitzer on 14 May 2014, 20:12:17 UTC
Commit 3e9f1be1b40 ("dm mpath: remove process_queued_ios()") did not
consistently take the multipath device's spinlock (m->lock) before
calling dm_table_run_md_queue_async() -- which takes the q->queue_lock.

Found with code inspection using hint from reported lockdep warning.

Reported-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
1 parent 85ad643
History
File Mode Size
interface
acpi.h -rw-r--r-- 3.4 KB
balloon.h -rw-r--r-- 1.1 KB
events.h -rw-r--r-- 4.1 KB
features.h -rw-r--r-- 463 bytes
grant_table.h -rw-r--r-- 7.2 KB
hvc-console.h -rw-r--r-- 479 bytes
hvm.h -rw-r--r-- 1.3 KB
page.h -rw-r--r-- 347 bytes
platform_pci.h -rw-r--r-- 2.0 KB
swiotlb-xen.h -rw-r--r-- 1.9 KB
tmem.h -rw-r--r-- 310 bytes
xen-ops.h -rw-r--r-- 1.3 KB
xen.h -rw-r--r-- 1.4 KB
xenbus.h -rw-r--r-- 7.6 KB
xenbus_dev.h -rw-r--r-- 1.8 KB

back to top