freebsd-dev/sys/gnu
Bruce Evans 3a715f43c6 Quick fix for not writing group descriptor group, inode bitmaps or
block bitmaps before unmount() completes.  They were written using
bdwrite(), so they were normally written less than 32 seconds after
unmount(), but this is too late if the media is removed or the system
is rebooted soon after unmount().  sync()ing before unmount() didn't
help, because ext2fs uses buggy private caching for these blocks --
it doesn't even bdwrite() them until they are uncached or the filesystem
is unmounted.  sync()ing after unmount() didn't help, because sync()
only applies to (vnodes for) mounted filesystems.

PR:		22726
2000-11-10 14:54:15 +00:00
..
dev/sound/pci sync CCR register definitions with creative sources 2000-08-06 20:58:11 +00:00
ext2fs Quick fix for not writing group descriptor group, inode bitmaps or 2000-11-10 14:54:15 +00:00
fs/ext2fs Quick fix for not writing group descriptor group, inode bitmaps or 2000-11-10 14:54:15 +00:00
i386 Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00