freebsd-dev/sys/ufs
Kirk McKusick 99bef8782b Fix a bug introduced in ffs_snapshot.c -r1.25 and fs.h -r1.26
which caused incomplete snapshots to be taken. When background
fsck would run on these snapshots, the result would be files
being incorrectly released which would subsequently panic the
kernel with ``handle_workitem_freefile: inodedep survived'',
``handle_written_inodeblock: live inodedep'', and
``handle_workitem_remove: lost inodedep'' errors.
2002-01-17 08:33:32 +00:00
..
ffs Fix a bug introduced in ffs_snapshot.c -r1.25 and fs.h -r1.26 2002-01-17 08:33:32 +00:00
ifs Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() 2001-12-20 22:42:27 +00:00
ufs When downgrading a filesystem from read-write to read-only, operations 2002-01-15 07:17:12 +00:00