From: Jonathan E Brassow Date: Thu, 9 Nov 2006 01:44:44 +0000 (-0800) Subject: [PATCH] dm: raid1: fix waiting for io on suspend X-Git-Tag: v2.6.19-rc6~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33184048dc4f9d5550d3b6a88c8e0ff92033eb6e;p=pandora-kernel.git [PATCH] dm: raid1: fix waiting for io on suspend All device-mapper targets must complete outstanding I/O before suspending. The mirror target generates I/O in its recovery phase and fails to wait for it. It needs to be tracked so we can ensure that it has completed before we suspend. [akpm@osdl.org: cleanup] Signed-off-by: Jonathan E Brassow Signed-off-by: Alasdair G Kergon Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed