From: Lars Ellenberg Date: Fri, 8 Jun 2012 12:09:54 +0000 (+0200) Subject: drbd: fix list corruption by failing but already aborted reads X-Git-Tag: v3.5-rc6~20^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ed25b269e3dd5ecc64f17beef9ea21745c39ca6;p=pandora-kernel.git drbd: fix list corruption by failing but already aborted reads If a read is aborted due to force-detach of a supposedly unresponsive local backing device, and retried on the peer, it can happen that the local request later still completes (hopefully with an error). As it may already have been completed to upper layers meanwhile, it must not be retried again now. Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed