Subject: Re: Misc things on pre1.1
To: None <kpneal@unity.ncsu.edu, current-users@NetBSD.ORG, gdonl@gv.ssi1.com>
From: Greywolf <greywolf@captech.com>
List: current-users
Date: 11/24/1995 16:04:26
/*
 * Sync() won't help, since it only schedules the bits to be written to
 * disk...
 */

More accurately, sync() won't help because it only updates super-block
info, which won't get updated until an fsync() or a close() completes.
sync() is almost useless if there are open files involved.

				--*greywolf;