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

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
......@@ -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;
......
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