Home
last modified time | relevance | path

Searched hist:"4 cdd2ad78098244c1bc9ec4374ea1c225fd1cd6f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-mpath.cdiff 4cdd2ad78098244c1bc9ec4374ea1c225fd1cd6f Tue May 13 12:49:39 CDT 2014 Mike Snitzer <snitzer@redhat.com> dm mpath: fix lock order inconsistency in multipath_ioctl

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>