From 76590cd1fc338fd1c50f7121636db421deb8b881 Mon Sep 17 00:00:00 2001 From: Philipp Reisner Date: Wed, 29 Aug 2012 15:23:14 +0200 Subject: [PATCH] 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-format-patch failed