[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080229093622.2dfb6524.pj@sgi.com>
Date: Fri, 29 Feb 2008 09:36:22 -0600
From: Paul Jackson <pj@....com>
To: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
Cc: Lee.Schermerhorn@...com, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: Re: trivial clean up to zlc_setup
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 <pj@....com> 1.940.382.4214
--
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