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:	Wed, 1 Apr 2009 12:45:16 -0700
From:	Andrew Morton <akpm@...ux-foundation.org>
To:	Anton Blanchard <anton@...ba.org>
Cc:	linux-kernel@...r.kernel.org, arjan@...radead.org
Subject: Re: [PATCH] Align cache_clean work

> Subject: [PATCH] Align cache_clean work

better titles, please.  Of the form

	subsystem-identifier: what-i-did-to-it

On Wed, 1 Apr 2009 21:45:18 +1100
Anton Blanchard <anton@...ba.org> wrote:

> 
> Align cache_clean work.
> 
> Signed-off-by: Anton Blanchard <anton@...ba.org>
> ---
> 
> Index: linux-2.6/net/sunrpc/cache.c
> ===================================================================
> --- linux-2.6.orig/net/sunrpc/cache.c	2009-04-01 15:47:38.000000000 +1100
> +++ linux-2.6/net/sunrpc/cache.c	2009-04-01 16:32:44.000000000 +1100
> @@ -488,7 +488,7 @@
>  {
>  	int delay = 5;
>  	if (cache_clean() == -1)
> -		delay = 30*HZ;
> +		delay = round_jiffies_relative(30*HZ);
>  
>  	if (list_empty(&cache_list))
>  		delay = 0;

the people who will merge this patch (nfs/net) will be wondering why
they were asked to do so.

iow: better changelogs please ;)
--
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