Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932816AbYB2Nc0 (ORCPT ); Fri, 29 Feb 2008 08:32:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932789AbYB2NcG (ORCPT ); Fri, 29 Feb 2008 08:32:06 -0500 Received: from ns2.uludag.org.tr ([193.140.100.220]:54354 "EHLO uludag.org.tr" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932692AbYB2NcF (ORCPT ); Fri, 29 Feb 2008 08:32:05 -0500 From: "=?utf-8?q?S=2E=C3=87a=C4=9Flar?= Onur" Reply-To: caglar@pardus.org.tr Organization: =?utf-8?q?T=C3=9CB=C4=B0TAK_/?= UEKAE To: KOSAKI Motohiro Subject: Re: trivial clean up to zlc_setup Date: Fri, 29 Feb 2008 15:31:34 +0200 User-Agent: KMail/1.9.9 Cc: Andrew Morton , Lee Schermerhorn , Paul Jackson , linux-mm@kvack.org, LKML References: <20080229151057.66ED.KOSAKI.MOTOHIRO@jp.fujitsu.com> <20080229000544.5cf2667e.akpm@linux-foundation.org> <20080229171136.66F6.KOSAKI.MOTOHIRO@jp.fujitsu.com> In-Reply-To: <20080229171136.66F6.KOSAKI.MOTOHIRO@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart7846280.53EjfgUmJ3"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200802291531.36498.caglar@pardus.org.tr> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1884 Lines: 55 --nextPart7846280.53EjfgUmJ3 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi; 29 =C5=9Eub 2008 Cum tarihinde, KOSAKI Motohiro =C5=9Funlar=C4=B1 yazm=C4= =B1=C5=9Ft=C4=B1:=20 > > > - 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 =3D jiffies; > > > } > >=20 > > 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?) >=20 > I think so, may be. Andrew "Use time_* macros" series i sent to LKML on 14 Feb [1] has this chu= nk also (and by the way this version not includes linux/jiffies.h for time_= after macro). Some part of this series already gone into Linus's tree with = different subsystems but others not received any review/ack or nack. Will y= ou grab others for -mm or will i resend them? [1] http://lkml.org/lkml/2008/2/14/195 Cheers =2D-=20 S.=C3=87a=C4=9Flar Onur http://cekirdek.pardus.org.tr/~caglar/ Linux is like living in a teepee. No Windows, no Gates and an Apache in hou= se! --nextPart7846280.53EjfgUmJ3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (GNU/Linux) iD8DBQBHyAk4y7E6i0LKo6YRAkedAJ0bV2dspLjQsgMFMaaRDnirS3SotACfTWRO nOAUG5qHfNizTv8y5xyYW2M= =D4sN -----END PGP SIGNATURE----- --nextPart7846280.53EjfgUmJ3-- -- 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/