Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2007 11:06:09 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ufs ufs_vnops.c
Message-ID:  <200705231106.l4NB6AdI098169@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2007-05-23 11:06:09 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ufs          ufs_vnops.c 
  Log:
  Eliminate VI_LOCK()/VI_UNLOCK() pair from getattr and close code paths.
  It's hard to measure performance improvement on my test machine, but the
  change won't degrade performance for sure. I can measure slight improvement
  for debugging kernel and it can also be a win for machines where atomic
  operation is more expensive.
  
  Reviewed by:    kib
  
  Revision  Changes    Path
  1.290     +27 -20    src/sys/ufs/ufs/ufs_vnops.c



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