commit | bb45185de2e90af63a7bc48855de6f870cc216fc | [log] [tgz] |
---|---|---|
author | Philipp Reisner <philipp.reisner@linbit.com> | Wed Mar 27 14:08:39 2013 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Mar 28 10:10:25 2013 -0600 |
tree | 6c2d78db55ed259ccfdb2b4002f4bba4a537bca5 | |
parent | 0b2dafcd9f8fd38d00398dd3da88225ad1e99726 [diff] |
drbd: fix spurious warning about bitmap being locked from detach Introduced in drbd: always write bitmap on detach, the bitmap bulk writeout on detach was indicating it expected exclusive bitmap access. Where I meant to say: expect no more modifications, but testing/counting is still allowed. 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>