From owner-cvs-all Thu Jan 17 0:33:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 68DC837B405; Thu, 17 Jan 2002 00:33:34 -0800 (PST) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0H8XYt75480; Thu, 17 Jan 2002 00:33:34 -0800 (PST) (envelope-from mckusick) Message-Id: <200201170833.g0H8XYt75480@freefall.freebsd.org> From: Kirk McKusick Date: Thu, 17 Jan 2002 00:33:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c fs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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