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
The following reply was made to PR kern/45634; it has been noted by GNATS.
From: christos%zoulas.com@localhost (Christos Zoulas)
To: gnats-bugs%NetBSD.org@localhost, kern-bug-people%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost,
christianbiere%gmx.de@localhost
Cc:
Subject: Re: kern/45634: hardclock_ticks corner cases in vflushnext() et al
Date: Wed, 23 Nov 2011 15:50:28 -0500
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