Commit 240cbf21 authored by Lars Ellenberg's avatar Lars Ellenberg Committed by Philipp Reisner

Cosmetic changes

Signed-off-by: default avatarPhilipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: default avatarLars Ellenberg <lars.ellenberg@linbit.com>
parent a509c934
...@@ -90,8 +90,8 @@ static int _drbd_md_sync_page_io(struct drbd_conf *mdev, ...@@ -90,8 +90,8 @@ static int _drbd_md_sync_page_io(struct drbd_conf *mdev,
init_completion(&md_io.event); init_completion(&md_io.event);
md_io.error = 0; md_io.error = 0;
if (rw == WRITE && !test_bit(MD_NO_BARRIER, &mdev->flags)) if ((rw & WRITE) && !test_bit(MD_NO_BARRIER, &mdev->flags))
rw |= (1<<BIO_RW_BARRIER); rw |= (1 << BIO_RW_BARRIER);
rw |= ((1<<BIO_RW_UNPLUG) | (1<<BIO_RW_SYNCIO)); rw |= ((1<<BIO_RW_UNPLUG) | (1<<BIO_RW_SYNCIO));
retry: retry:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment