Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2000 02:02:09 -0700 (PDT)
From:      Boris Popov <bp@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:  <200009050902.CAA72864@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bp          2000/09/05 02:02:09 PDT

  Modified files:
    sys/miscfs/nullfs    null.h null_subr.c null_vfsops.c 
                         null_vnops.c 
  Log:
  Various cleanups towards make nullfs functional (it is still broken
  at this point):
  
  Replace all '#ifdef DEBUG' with '#ifdef NULLFS_DEBUG' and add NULLFSDEBUG
  macro.
  
  Protect nullfs hash table with lockmgr.
  
  Use proper order of operations when freeing mnt_data.
  
  Return correct fsid in the null_getattr().
  
  Add null_open() function to catch MNT_NODEV (obtained from NetBSD).
  
  Add null_rename() to catch cross-fs rename operations (submitted by
  Ustimenko Semen <semen@iclub.nsu.ru>)
  
  Remove duplicate $FreeBSD$ tags.
  
  Revision  Changes    Path
  1.15      +13 -1     src/sys/miscfs/nullfs/null.h
  1.25      +33 -13    src/sys/miscfs/nullfs/null_subr.c
  1.39      +16 -26    src/sys/miscfs/nullfs/null_vfsops.c
  1.41      +72 -2     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?200009050902.CAA72864>