Home
last modified time | relevance | path

Searched hist:"63 d832c30142cdceb478b1cac7d943d83b95b2dc" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-mpath.cdiff 63d832c30142cdceb478b1cac7d943d83b95b2dc Mon May 26 07:45:39 CDT 2014 Hannes Reinecke <hare@suse.de> dm mpath: really fix lockdep warning

lockdep complains about a circular locking. And indeed, we need to
release the lock before calling dm_table_run_md_queue_async().

As such, commit 4cdd2ad ("dm mpath: fix lock order inconsistency in
multipath_ioctl") must also be reverted in addition to fixing the
lock order in the other dm_table_run_md_queue_async() callers.

Reported-by: Bart van Assche <bvanassche@acm.org>
Tested-by: Bart van Assche <bvanassche@acm.org>
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>