lkml.org 
[lkml]   [2008]   [Feb]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: trivial clean up to zlc_setup
> > -       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 = jiffies;
> > }
>
> 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?)

I think so, may be.

Thanks.

-kosaki




\
 
 \ /
  Last update: 2008-02-29 09:35    [W:0.072 / U:0.248 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site