[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101004073117.GB2889@thunk.org>
Date: Mon, 4 Oct 2010 03:31:17 -0400
From: Ted Ts'o <tytso@....edu>
To: Lukas Czerner <lczerner@...hat.com>
Cc: linux-ext4@...r.kernel.org, rwheeler@...hat.com,
sandeen@...hat.com, adilger@...ger.ca, snitzer@...il.com
Subject: Re: [PATCH 0/6 v4] Lazy itable initialization for Ext4
On Sun, Oct 03, 2010 at 10:36:49PM -0400, Ted Ts'o wrote:
> +
> + if (jiffies >= next_wakeup) {
> + cond_resched();
> + continue;
> + }
This should be a time_after_eq(jiffies, next_wakeup), of course...
- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists