From owner-cvs-all Sun Jan 26 17:57:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FB9337B401; Sun, 26 Jan 2003 17:57:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2286E43F13; Sun, 26 Jan 2003 17:57:16 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R1vFbv008720; Sun, 26 Jan 2003 17:57:15 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R1vFQP008719; Sun, 26 Jan 2003 17:57:15 -0800 (PST) Message-Id: <200301270157.h0R1vFQP008719@repoman.freebsd.org> From: Juli Mallett Date: Sun, 26 Jan 2003 17:57:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libufs sblock.c 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 jmallett 2003/01/26 17:57:15 PST Modified files: lib/libufs sblock.c Log: If we don't know where the sblock is (e.g. filling out a blank disk), then get it from the fs structure. Really libufs should have interfaces to generate both what we export, and what we import, based on eachother, and this should be full of redundant code to make sure everything is right... But really, we don't even deal with checksums, so plenty of room to improve. Revision Changes Path 1.8 +4 -0 src/lib/libufs/sblock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message