From owner-cvs-all Wed Apr 25 17:50:59 2001 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 53EB637B422; Wed, 25 Apr 2001 17:50:54 -0700 (PDT) (envelope-from mckusick@FreeBSD.org) Received: (from mckusick@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3Q0ose95268; Wed, 25 Apr 2001 17:50:54 -0700 (PDT) (envelope-from mckusick) Message-Id: <200104260050.f3Q0ose95268@freefall.freebsd.org> From: Kirk McKusick Date: Wed, 25 Apr 2001 17:50:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mckusick 2001/04/25 17:50:54 PDT Modified files: sys/ufs/ffs ffs_snapshot.c Log: Rather than copying all the indirect blocks of the snapshot, simply mark them as BLK_NOCOPY. This trick cuts the initial size of the snapshot in half and cuts the time to take a snapshot by a third. Revision Changes Path 1.16 +20 -36 src/sys/ufs/ffs/ffs_snapshot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message