Date: Thu, 17 Jan 2002 00:33:34 -0800 (PST) From: Kirk McKusick <mckusick@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c fs.h Message-ID: <200201170833.g0H8XYt75480@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mckusick 2002/01/17 00:33:34 PST
Modified files:
sys/ufs/ffs ffs_snapshot.c fs.h
Log:
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.
Revision Changes Path
1.26 +2 -2 src/sys/ufs/ffs/ffs_snapshot.c
1.27 +2 -2 src/sys/ufs/ffs/fs.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201170833.g0H8XYt75480>
