|
@@ -389,7 +389,7 @@ int drbd_al_begin_io_nonblock(struct drbd_conf *mdev, struct drbd_interval *i)
|
|
|
if (unlikely(tmp != NULL)) {
|
|
|
struct bm_extent *bm_ext = lc_entry(tmp, struct bm_extent, lce);
|
|
|
if (test_bit(BME_NO_WRITES, &bm_ext->flags)) {
|
|
|
- if (!test_and_set_bit(BME_PRIORITY, &bm_ext->flags));
|
|
|
+ if (!test_and_set_bit(BME_PRIORITY, &bm_ext->flags))
|
|
|
return -EBUSY;
|
|
|
return -EWOULDBLOCK;
|
|
|
}
|