From owner-cvs-all Fri Jan 17 20:22: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 3947137B405; Fri, 17 Jan 2003 20:22:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A18443F43; Fri, 17 Jan 2003 20:22:15 -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 h0I4MFfh033526; Fri, 17 Jan 2003 20:22: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 h0I4MFXI033525; Fri, 17 Jan 2003 20:22:15 -0800 (PST) Message-Id: <200301180422.h0I4MFXI033525@repoman.freebsd.org> From: Juli Mallett Date: Fri, 17 Jan 2003 20:22:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libufs Makefile block.c error.c inode.c libufs.h sblock.c type.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/17 20:22:15 PST Modified files: lib/libufs Makefile block.c inode.c libufs.h sblock.c type.c Removed files: lib/libufs error.c Log: Nuke dumb error reporting code, people can just use disk::d_error. Unify the DEBUG and d_error initialisation into an ERROR macro, which can both trace and set the d_error field. Much a more meaningful thing, I should say. Revision Changes Path 1.5 +1 -1 src/lib/libufs/Makefile 1.3 +4 -6 src/lib/libufs/block.c 1.2 +0 -62 src/lib/libufs/error.c (dead) 1.4 +3 -3 src/lib/libufs/inode.c 1.4 +8 -7 src/lib/libufs/libufs.h 1.6 +7 -12 src/lib/libufs/sblock.c 1.6 +22 -13 src/lib/libufs/type.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message