All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Jackson <pj@sgi.com>
To: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Lee.Schermerhorn@hp.com, linux-mm@kvack.org,
	linux-kernel@vger.kernel.org
Subject: Re: trivial clean up to zlc_setup
Date: Fri, 29 Feb 2008 09:36:22 -0600	[thread overview]
Message-ID: <20080229093622.2dfb6524.pj@sgi.com> (raw)
In-Reply-To: <20080229151057.66ED.KOSAKI.MOTOHIRO@jp.fujitsu.com>

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@sgi.com> 1.940.382.4214

WARNING: multiple messages have this Message-ID (diff)
From: Paul Jackson <pj@sgi.com>
To: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Lee.Schermerhorn@hp.com, linux-mm@kvack.org,
	linux-kernel@vger.kernel.org
Subject: Re: trivial clean up to zlc_setup
Date: Fri, 29 Feb 2008 09:36:22 -0600	[thread overview]
Message-ID: <20080229093622.2dfb6524.pj@sgi.com> (raw)
In-Reply-To: <20080229151057.66ED.KOSAKI.MOTOHIRO@jp.fujitsu.com>

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@sgi.com> 1.940.382.4214

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

  parent reply	other threads:[~2008-02-29 15:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-29  6:19 trivial clean up to zlc_setup KOSAKI Motohiro
2008-02-29  6:19 ` KOSAKI Motohiro
2008-02-29  8:05 ` Andrew Morton
2008-02-29  8:05   ` Andrew Morton
2008-02-29  8:30   ` KOSAKI Motohiro
2008-02-29  8:30     ` KOSAKI Motohiro
2008-02-29 13:31     ` S.Çağlar Onur
2008-02-29 15:36 ` Paul Jackson [this message]
2008-02-29 15:36   ` Paul Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080229093622.2dfb6524.pj@sgi.com \
    --to=pj@sgi.com \
    --cc=Lee.Schermerhorn@hp.com \
    --cc=kosaki.motohiro@jp.fujitsu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.