From: Kiyoshi Ueda Date: Thu, 10 Dec 2009 23:52:19 +0000 (+0000) Subject: dm mpath: flush workqueues before suspend completes X-Git-Tag: v2.6.33-rc1~75^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6df400ab64c68fc4072a13019fc20fd7e3d51303;p=pandora-kernel.git dm mpath: flush workqueues before suspend completes This patch stops the remaining dm-mpath activity during the suspend sequence by flushing workqueues in postsuspend function. The current dm-mpath target may not be quiet even after suspend completes because some workqueues (e.g. device_handler's work, event handling) are not flushed during the suspend sequence, even though suspended devices/targets are supposed to be quiet in this state. Signed-off-by: Kiyoshi Ueda Signed-off-by: Jun'ichi Nomura Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed