linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] sd: fix cache flushing message
@ 2009-04-29 20:06 Bartlomiej Zolnierkiewicz
  2009-04-29 20:20 ` James Bottomley
  0 siblings, 1 reply; 10+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2009-04-29 20:06 UTC (permalink / raw)
  To: James Bottomley; +Cc: linux-scsi

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
some minor sd.c fixups against linux-next

 drivers/scsi/sd.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: b/drivers/scsi/sd.c
===================================================================
--- a/drivers/scsi/sd.c
+++ b/drivers/scsi/sd.c
@@ -2140,7 +2140,7 @@ static void sd_shutdown(struct device *d
 		return;         /* this can happen */
 
 	if (sdkp->WCE) {
-		sd_printk(KERN_NOTICE, sdkp, "Synchronizing SCSI cache\n");
+		sd_printk(KERN_NOTICE, sdkp, "Synchronizing disk cache\n");
 		sd_sync_cache(sdkp);
 	}
 
@@ -2161,7 +2161,7 @@ static int sd_suspend(struct device *dev
 		return 0;	/* this can happen */
 
 	if (sdkp->WCE) {
-		sd_printk(KERN_NOTICE, sdkp, "Synchronizing SCSI cache\n");
+		sd_printk(KERN_NOTICE, sdkp, "Synchronizing disk cache\n");
 		ret = sd_sync_cache(sdkp);
 		if (ret)
 			goto done;

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-04-30 12:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-29 20:06 [PATCH 1/4] sd: fix cache flushing message Bartlomiej Zolnierkiewicz
2009-04-29 20:20 ` James Bottomley
2009-04-29 20:22   ` Jeff Garzik
2009-04-29 20:36     ` Matthew Wilcox
2009-04-29 20:41       ` Martin K. Petersen
2009-04-29 20:53     ` Bartlomiej Zolnierkiewicz
2009-04-29 21:14       ` James Bottomley
2009-04-29 21:54         ` Bartlomiej Zolnierkiewicz
2009-04-30 11:35           ` Douglas Gilbert
2009-04-30 12:32             ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).