Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 1997 11:33:26 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern vfs_subr.c
Message-ID:  <199702251933.LAA10765@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/02/25 11:33:24

  Modified:    sys/kern  vfs_subr.c
  Log:
  Merged some missing locking from Lite2:
  - getnewvnode() and vref() were missing one simple_unlock() each.
  - the Lite2 locking changes weren't merged at all in
    printlockedvnodes() or sysctl_vnode().  Merging these undid
    some KNF style regressions.
  
  Revision  Changes    Path
  1.71      +43 -22    src/sys/kern/vfs_subr.c



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