mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [2.6.24 PATCH 15/25] dm mpath: emc fix an error message
@ 2007-10-12 17:19 Alasdair G Kergon
  0 siblings, 0 replies; only message in thread
From: Alasdair G Kergon @ 2007-10-12 17:19 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: dm-devel, linux-kernel

From: Alasdair G Kergon <agk@redhat.com>

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 |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.23/drivers/md/dm-emc.c
===================================================================
--- linux-2.6.23.orig/drivers/md/dm-emc.c	2007-10-12 13:15:40.000000000 +0100
+++ linux-2.6.23/drivers/md/dm-emc.c	2007-10-12 13:18:14.000000000 +0100
@@ -83,7 +83,7 @@ static struct bio *get_failover_bio(stru
 	}
 
 	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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-12 17:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-12 17:19 [2.6.24 PATCH 15/25] dm mpath: emc fix an error message Alasdair G Kergon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®