Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7961243b authored by Philipp Reisner's avatar Philipp Reisner
Browse files

drbd: Fixed handling of read errors on a 'VerifyS' node

parent 8f21420e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1151,10 +1151,6 @@ int w_e_end_ov_reply(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
			eq = !memcmp(digest, di->digest, digest_size);
			kfree(digest);
		}
	} else {
		ok = drbd_send_ack(mdev, P_NEG_RS_DREPLY, e);
		if (__ratelimit(&drbd_ratelimit_state))
			dev_err(DEV, "Sending NegDReply. I guess it gets messy.\n");
	}

	dec_unacked(mdev);