Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 May 2008 13:54:56 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <200805041354.m44DsusW039148@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
attilio     2008-05-04 13:54:55 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  sync_vnode() has some messy code about locking in order to deal with
  mount fs needing Giant to be held when processing bufobjs.
  Use a different subqueue for pending workitems on filesystems requiring
  Giant. This simplifies the code notably and also reduces the number of
  Giant acquisitions (and the whole processing cost).
  
  Suggested by:   jeff
  Reviewed by:    kib
  Tested by:      pho
  
  Revision  Changes    Path
  1.731     +37 -39    src/sys/kern/vfs_subr.c



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