diff options
author | Lars Ellenberg <lars.ellenberg@linbit.com> | 2013-03-27 14:08:45 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2013-03-28 17:10:25 +0100 |
commit | 607f25e56ee0a31e451f6bd8a7109fa1f5dcbe29 (patch) | |
tree | 712acc8e7f7c7eac67ce8f9ed36535914f0ebc9b /drivers/block/drbd/Makefile | |
parent | drbd: Fix build error when CONFIG_CRYPTO_HMAC is not set (diff) | |
download | linux-607f25e56ee0a31e451f6bd8a7109fa1f5dcbe29.tar.xz linux-607f25e56ee0a31e451f6bd8a7109fa1f5dcbe29.zip |
drbd: fix drbd epoch write count for ahead/behind mode
The sanity check when receiving P_BARRIER_ACK does expect all write
requests with a given req->epoch to have been either all replicated,
or all not replicated.
Because req->epoch was assigned before calling maybe_pull_ahead(),
this expectation was not met, leading to an off-by-one in the sanity
check, and further to a "Protocol Error".
Fix: move the call to maybe_pull_ahead() a few lines up,
and assign req->epoch only after that.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/drbd/Makefile')
0 files changed, 0 insertions, 0 deletions