Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2010 21:24:27 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_subr.c src/sys/sys vnode.h
Message-ID:  <201001172125.o0HLPg27026188@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-01-17 21:24:27 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
    sys/sys              vnode.h 
  Log:
  SVN rev 202528 on 2010-01-17 21:24:27Z by kib
  
  Add new function vunref(9) that decrements vnode use count (and hold
  count) while vnode is exclusively locked.
  
  The code for vput(9), vrele(9) and vunref(9) is merged.
  
  In collaboration with:  pho
  Reviewed by:    alc
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.775     +53 -70    src/sys/kern/vfs_subr.c
  1.364     +1 -0      src/sys/sys/vnode.h



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