Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755859AbYB2Ic4 (ORCPT ); Fri, 29 Feb 2008 03:32:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751754AbYB2Ics (ORCPT ); Fri, 29 Feb 2008 03:32:48 -0500 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:48578 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752767AbYB2Icr (ORCPT ); Fri, 29 Feb 2008 03:32:47 -0500 Date: Fri, 29 Feb 2008 17:30:51 +0900 From: KOSAKI Motohiro To: Andrew Morton Subject: Re: trivial clean up to zlc_setup Cc: kosaki.motohiro@jp.fujitsu.com, Lee Schermerhorn , Paul Jackson , linux-mm@kvack.org, LKML In-Reply-To: <20080229000544.5cf2667e.akpm@linux-foundation.org> References: <20080229151057.66ED.KOSAKI.MOTOHIRO@jp.fujitsu.com> <20080229000544.5cf2667e.akpm@linux-foundation.org> Message-Id: <20080229171136.66F6.KOSAKI.MOTOHIRO@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.42 [ja] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 677 Lines: 21 > > - if (jiffies - zlc->last_full_zap > 1 * HZ) { > > + if (time_after(jiffies, zlc->last_full_zap + HZ)) { > > bitmap_zero(zlc->fullzones, MAX_ZONES_PER_ZONELIST); > > zlc->last_full_zap = jiffies; > > } > > That's a mainline bug. Also present in 2.6.24, maybe earlier. > But it's a minor one - we'll fix it up one second later (yes?) I think so, may be. Thanks. -kosaki -- 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/