Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2009 18:14:21 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_vnops.c
Message-ID:  <200905071814.n47IEdEY066912@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-05-07 18:14:21 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_vnops.c 
  Log:
  SVN rev 191895 on 2009-05-07 18:14:21Z by kib
  
  Eliminate the loop and the call to pause(9) in vfs_vget_ino(). If
  vfs_busy(MBF_NOWAIT) failed, unlock the vnode and sleep in vfs_busy().
  
  Suggested and reviewed by:      jeff
  Tested by:      pho
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.279     +8 -6      src/sys/kern/vfs_vnops.c



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