lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 4 May 2007 12:09:19 +0200
From:	Swen Schillig <swen@...t.ibm.com>
To:	linux-kernel@...r.kernel.org
Cc:	linux-s390@...r.kernel.org, Martin Peschke <mp3@...ibm.com>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [RFC] [Patch 2/3] readahead statistics slimmed down, adapt zfcp

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 <mp3@...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"
>  	}
>  };
> 
> 
> 
> 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ