From owner-cvs-all Sat Sep 4 5:36: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 09A60151CD; Sat, 4 Sep 1999 05:35:59 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA07092; Sat, 4 Sep 1999 05:35:10 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199909041235.FAA07092@freefall.freebsd.org> From: Bruce Evans Date: Sat, 4 Sep 1999 05:35:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/miscfs/nullfs null.h null_subr.c null_vfsops.c null_vnops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/09/04 05:35:09 PDT Modified files: sys/miscfs/nullfs null.h null_subr.c null_vfsops.c null_vnops.c Log: Get rid of the NULLFS_DIAGNOSTIC option. This option was as useful as the other XXXFS_DIAGNOSTIC options (not very) and mostly controlled tracing of normal operation. Use `#ifdef DEBUG' for non-diagnostics and `#ifdef DIAGNOSTIC' for diagnostics. Revision Changes Path 1.10 +2 -2 src/sys/miscfs/nullfs/null.h 1.21 +6 -8 src/sys/miscfs/nullfs/null_subr.c 1.30 +9 -11 src/sys/miscfs/nullfs/null_vfsops.c 1.37 +2 -4 src/sys/miscfs/nullfs/null_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message