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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html