On Mon, 24 Jul 2000 22:34:39 MST, Kirk McKusick wrote:
> time_t filedelay = 30; /* time to delay syncing files */
> time_t dirdelay = 29; /* time to delay syncing directories */
> time_t metadelay = 28; /* time to delay syncing metadata */
>
> Each of these variables is individually setable.
These are maximum offsets from the current queue offset (syncer_delayno)
at which new vnode entries may be inserted. That means they can
be changed arbitrarily without fear of "orphaned" slots, right?
Ciao,
Sheldon.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message