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

Commit d336416f authored by Alasdair G Kergon's avatar Alasdair G Kergon
Browse files

dm mpath: emc fix an error message



Correct an error message, reported by Michael Wood <michael@frogfoot.com>.

Signed-off-by: default avatarAlasdair G Kergon <agk@redhat.com>
parent 051814c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ static struct bio *get_failover_bio(struct dm_path *path, unsigned data_size)
	}

	if (bio_add_page(bio, page, data_size, 0) != data_size) {
		DMERR("get_failover_bio: alloc_page() failed.");
		DMERR("get_failover_bio: bio_add_page() failed.");
		__free_page(page);
		bio_put(bio);
		return NULL;