Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422967AbXEDKGt (ORCPT ); Fri, 4 May 2007 06:06:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422927AbXEDKGt (ORCPT ); Fri, 4 May 2007 06:06:49 -0400 Received: from mtagate5.uk.ibm.com ([195.212.29.138]:10694 "EHLO mtagate5.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422926AbXEDKGs (ORCPT ); Fri, 4 May 2007 06:06:48 -0400 From: Swen Schillig To: linux-kernel@vger.kernel.org Subject: Re: [RFC] [Patch 2/3] readahead statistics slimmed down, adapt zfcp Date: Fri, 4 May 2007 12:09:19 +0200 User-Agent: KMail/1.9.5 References: <1178214994.5639.78.camel@dix> In-Reply-To: <1178214994.5639.78.camel@dix> Organization: IBM Cc: linux-s390@vger.kernel.org, Martin Peschke , Andrew Morton MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705041209.20070.swen@vnet.ibm.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1210 Lines: 42 ACK On Thursday 03 May 2007 19:56, Martin Peschke wrote: > This patch adapts zfcp to the counter changes in lib/statistics.c. > > Signed-off-by: Martin Peschke > --- > > 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" > } > }; > > > > - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/