Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Sep 1999 05:35:10 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
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
Message-ID:  <199909041235.FAA07092@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909041235.FAA07092>