Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932720AbYB2Pgk (ORCPT ); Fri, 29 Feb 2008 10:36:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760576AbYB2Pg3 (ORCPT ); Fri, 29 Feb 2008 10:36:29 -0500 Received: from relay1.sgi.com ([192.48.171.29]:56737 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1760546AbYB2Pg0 (ORCPT ); Fri, 29 Feb 2008 10:36:26 -0500 Date: Fri, 29 Feb 2008 09:36:22 -0600 From: Paul Jackson To: KOSAKI Motohiro Cc: Lee.Schermerhorn@hp.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: trivial clean up to zlc_setup Message-Id: <20080229093622.2dfb6524.pj@sgi.com> In-Reply-To: <20080229151057.66ED.KOSAKI.MOTOHIRO@jp.fujitsu.com> References: <20080229151057.66ED.KOSAKI.MOTOHIRO@jp.fujitsu.com> Organization: SGI X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.12.0; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 571 Lines: 15 kosaki-san wrote: > - if (jiffies - zlc->last_full_zap > 1 * HZ) { > + if (time_after(jiffies, zlc->last_full_zap + HZ)) { Nice catch. Thank-you. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson 1.940.382.4214 -- 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/