Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2005 21:45:25 +0000 (UTC)
From:      Kris Kennaway <kris@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/nullfs null_vfsops.c
Message-ID:  <200510162145.j9GLjPcA099514@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kris        2005-10-16 21:45:25 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nullfs        null_vfsops.c 
  Log:
  Reflect mpsafety of the underlying filesystem in the nullfs image.
  
  I benchmarked this by simultaneously extracting 4 large tarballs (basically
  world images) on a 4-processor AMD64 system, in a malloc-backed md.
  
  With this patch, system time was reduced by 43%, and wall clock time by 33%.
  
  Submitted by:   jeff
  MFC after:      1 week
  
  Revision  Changes    Path
  1.73      +1 -0      src/sys/fs/nullfs/null_vfsops.c



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