From: Lars Ellenberg Date: Wed, 11 Jan 2012 08:46:48 +0000 (+0100) Subject: drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspended X-Git-Tag: v3.5-rc1~41^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41c4a0035b36d400b79cbd945390a76e909711a7;p=pandora-kernel.git drbd: fix READ_RETRY_REMOTE_CANCELED to not complete if device is suspended READ_RETRY_REMOTE_CANCELED needs to be grouped with the other _CANCELED cases, not with CONNECTION_LOST_WHILE_PENDING, as that would complete (fail) the bio even if the device became suspended. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed