Searched hist:"2 bded7bd7e8b12a913b0b58167a48220560e1514" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm-mpath.c | diff 2bded7bd7e8b12a913b0b58167a48220560e1514 Fri Mar 05 20:32:13 CST 2010 Kiyoshi Ueda <k-ueda@ct.jp.nec.com> dm mpath: wait for pg_init completion when suspending
When suspending the device we must wait for all I/O to complete, but pg-init may be still in progress even after flushing the workqueue for kmpath_handlerd in multipath_postsuspend.
This patch waits for pg-init completion correctly in multipath_postsuspend().
Signed-off-by: Kiyoshi Ueda <k-ueda@ct.jp.nec.com> Signed-off-by: Jun'ichi Nomura <j-nomura@ce.jp.nec.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
|