commit | 76590cd1fc338fd1c50f7121636db421deb8b881 | [log] [tgz] |
---|---|---|
author | Philipp Reisner <philipp.reisner@linbit.com> | Wed Aug 29 15:23:14 2012 +0200 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Fri Nov 09 14:11:37 2012 +0100 |
tree | b73e77a7594fbdf2f4250e2c4700b273e3625899 | |
parent | 19fffd7b0303e8843aa2decfd43fa57c9d511409 [diff] |
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 <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>