From owner-cvs-src@FreeBSD.ORG Sat Nov 15 23:08:28 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5A1F16A4CE; Sat, 15 Nov 2003 23:08:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CDD043FBF; Sat, 15 Nov 2003 23:08:28 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAG78SXJ047101; Sat, 15 Nov 2003 23:08:28 -0800 (PST) (envelope-from wes@repoman.freebsd.org) Received: (from wes@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAG78Rh4047100; Sat, 15 Nov 2003 23:08:28 -0800 (PST) (envelope-from wes) Message-Id: <200311160708.hAG78Rh4047100@repoman.freebsd.org> From: Wes Peters Date: Sat, 15 Nov 2003 23:08:27 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ufs/ffs fs.h src/sbin/newfs mkfs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 07:08:29 -0000 wes 2003/11/15 23:08:27 PST FreeBSD src repository Modified files: sys/ufs/ffs fs.h sbin/newfs mkfs.c Log: Write the UFS2 superblock with a 'BAD' magic number at the beginning of newfs, to signify the newfs operation has not yet completed. Re- write the superblock with the correct magic number once all of the cylinder groups have been created to show the operation has finished. Sponsored by: St. Bernard Software Revision Changes Path 1.80 +4 -1 src/sbin/newfs/mkfs.c 1.40 +1 -0 src/sys/ufs/ffs/fs.h