freebsd-dev/sys/ufs
Kirk McKusick 31c6ce0aed Clear the fs_clean flag only when the FS_UNCLEAN flag is not set
(as is done in unmount).

Remove a snapshot inode from the superblock list when its last
name goes away rather than when its last reference goes away.
That way it will be properly reclaimed by fsck after a crash
rather than reenabled when the filesystem is mounted.
2001-03-21 04:05:20 +00:00
..
ffs Clear the fs_clean flag only when the FS_UNCLEAN flag is not set 2001-03-21 04:05:20 +00:00
ifs Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
mfs o Enable UFS-based extended attribute support on MFS. Note that this change 2001-03-19 06:44:18 +00:00
ufs o Rename "namespace" argument to "attrnamespace" as namespace is a C++ 2001-03-19 05:44:15 +00:00