Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2000 02:49:05 -0700 (PDT)
From:      Boris Popov <bp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nwfs nwfs_node.c nwfs_node.h nwfs_vfsops.c nwfs_vnops.c
Message-ID:  <200010020949.CAA78593@freefall.freebsd.org>

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

  Modified files:
    sys/nwfs             nwfs_node.c nwfs_node.h nwfs_vfsops.c 
                         nwfs_vnops.c 
  Log:
  Protect hash data with lock manager instead of home grown one.
  
  Replace shared lock on vnode with exclusive one. It shouldn't impact
  perfomance as NCP protocol doesn't support outstanding requests.
  
  Do not hold simple lock on vnode for long period of time.
  
  Add functionality to the nwfs_print() routine.
  
  Revision  Changes    Path
  1.10      +74 -58    src/sys/nwfs/nwfs_node.c
  1.7       +4 -2      src/sys/nwfs/nwfs_node.h
  1.10      +3 -2      src/sys/nwfs/nwfs_vfsops.c
  1.11      +28 -13    src/sys/nwfs/nwfs_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?200010020949.CAA78593>