NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/45634: hardclock_ticks corner cases in vflushnext() et al
On Nov 23, 7:55pm, christianbiere%gmx.de@localhost (Christian Biere) wrote:
-- Subject: Re: kern/45634: hardclock_ticks corner cases in vflushnext() et a
| @@ -436,7 +437,7 @@
| vflush(struct mount *mp, vnode_t *skipvp, int flags)
| {
| vnode_t *vp, *mvp;
| - int busy = 0, when = 0;
| + unsigned busy = 0, dly = 10 / hz, when = hardclock_ticks - dly - 1;
|
Did you mean to delete the declaration of when?
christos
Home |
Main Index |
Thread Index |
Old Index