commit | c0065f98d5dd88e22bc35b89060b8bbf75f100c9 | [log] [tgz] |
---|---|---|
author | Lars Ellenberg <lars.ellenberg@linbit.com> | Tue Jun 14 00:26:10 2016 +0200 |
committer | Jens Axboe <axboe@fb.com> | Mon Jun 13 21:43:03 2016 -0600 |
tree | ece4f6c3e14360f68e6383b7afff48dae3ab8458 | |
parent | f5fa90dc0a5b0bcfa3fa851dbee9e3ab6381076b [diff] |
drbd: bitmap bulk IO: do not always suspend IO The intention was to only suspend IO if some normal bitmap operation is supposed to be locked out, not always. If the bulk operation is flaged as BM_LOCKED_CHANGE_ALLOWED, we do not need to suspend IO. Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com> Signed-off-by: Jens Axboe <axboe@fb.com>