cvs commit: src/sys/fs/pseudofs pseudofs_vncache.c

Dag-Erling Smorgrav des at FreeBSD.org
Sun Aug 15 14:58:02 PDT 2004


des         2004-08-15 21:58:02 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/pseudofs      pseudofs_vncache.c 
  Log:
  Release the vnode cache mutex when calling vgone(), since vgone() may
  sleep.  This makes pfs_exit() even less efficient than before, but on
  the bright side, the vnode cache mutex no longer needs to be recursive.
  
  Revision  Changes    Path
  1.26      +39 -26    src/sys/fs/pseudofs/pseudofs_vncache.c


More information about the cvs-all mailing list