From: Philipp Reisner Date: Wed, 29 Aug 2012 13:23:14 +0000 (+0200) Subject: drbd: Fix postponed requests X-Git-Tag: v3.8-rc1~78^2~18^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76590cd1fc338fd1c50f7121636db421deb8b881;p=pandora-kernel.git drbd: Fix postponed requests A postponed request might has RQ_IN_ACT_LOG already set, but is POSTPONED before it gets something in the RQ_LOCAL_MASK set. Up to now this caused a left-over active extent. Fix that by only testing for the RQ_IN_ACT_LOG bit in drbd_req_destroy() Signed-off-by: Philipp Reisner Signed-off-by: Lars Ellenberg --- Reading git-diff-tree failed