mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [RFC] [Patch 2/3] readahead statistics slimmed down, adapt zfcp
@ 2007-05-03 17:56 Martin Peschke
  2007-05-04 10:09 ` Swen Schillig
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Peschke @ 2007-05-03 17:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-s390, Andrew Morton, Fengguang Wu, Fengguang Wu, swen

This patch adapts zfcp to the counter changes in lib/statistics.c.

Signed-off-by: Martin Peschke <mp3@de.ibm.com>
---

 zfcp_ccw.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: linux/drivers/s390/scsi/zfcp_ccw.c
===================================================================
--- linux.orig/drivers/s390/scsi/zfcp_ccw.c
+++ linux/drivers/s390/scsi/zfcp_ccw.c
@@ -137,7 +137,7 @@ static struct statistic_info zfcp_statin
 		.name	  = "qdio_outb_full",
 		.x_unit	  = "sbals_left",
 		.y_unit	  = "",
-		.defaults = "type=counter_inc"
+		.defaults = "type=counter"
 	},
 	[ZFCP_STAT_A_QO] = {
 		.name	  = "qdio_outb",
@@ -155,7 +155,7 @@ static struct statistic_info zfcp_statin
 		.name	  = "erp",
 		.x_unit	  = "",
 		.y_unit	  = "",
-		.defaults = "type=counter_inc"
+		.defaults = "type=counter"
 	}
 };
 



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

end of thread, other threads:[~2007-05-04 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-03 17:56 [RFC] [Patch 2/3] readahead statistics slimmed down, adapt zfcp Martin Peschke
2007-05-04 10:09 ` Swen Schillig

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®