projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
051814c
)
dm mpath: emc fix an error message
author
Alasdair G Kergon
<agk@redhat.com>
Fri, 19 Oct 2007 21:38:56 +0000
(22:38 +0100)
committer
Alasdair G Kergon
<agk@redhat.com>
Sat, 20 Oct 2007 01:01:12 +0000
(
02:01
+0100)
Correct an error message, reported by Michael Wood <michael@frogfoot.com>.
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-emc.c
patch
|
blob
|
history
diff --git
a/drivers/md/dm-emc.c
b/drivers/md/dm-emc.c
index
ed28fe2
..
6b91b9a
100644
(file)
--- a/
drivers/md/dm-emc.c
+++ b/
drivers/md/dm-emc.c
@@
-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;