From: Jonathan Brassow Date: Wed, 9 May 2007 09:33:08 +0000 (-0700) Subject: dm raid1: switch rh_in_sync to blocking in do_reads X-Git-Tag: v2.6.22-rc1~290 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b997b82d266c9fb910fc2ad95b9bb93b3bccf9be;p=pandora-kernel.git dm raid1: switch rh_in_sync to blocking in do_reads The call to rh_in_sync() in do_reads() should be allowed to block. It is in the mirror worker thread which already permits blocking operations. This will be needed to support clustered mirroring which will perform network operations. Signed-off-by: Jonathan Brassow Signed-off-by: Alasdair G Kergon Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed