freebsd-dev/sys/ufs
bde 39b4f8d0c2 Fixed clean flag handling:
- don't set the clean flag on unmount of an unclean filesystem that was
  (forcibly) mounted rw.
- set the clean flag on rw -> ro update of a mounted initially-clean
  filesystem.
- fixed some style bugs (mostly long lines).

This uses the fs_flags field and FS_UNCLEAN state bit which were
introduced in the softdep changes.  NetBSD uses extra state bits in
fs_clean.

Reviewed by:	luoqui
1998-09-26 04:59:42 +00:00
..
ffs Fixed clean flag handling: 1998-09-26 04:59:42 +00:00
mfs Remove the SLICE code. 1998-09-14 19:56:42 +00:00
ufs When a buffer is removed from a buffer queue, remember it's block number 1998-09-15 08:55:03 +00:00