pjd         2006-09-04 09:58:25 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             vfs_subr.c 
  Log:
  MFC:    sys/kern/vfs_subr.c     1.680,1.681
  
  Add a bandaid to avoid a deadlock in a situation, when we are trying to 
suspend
  a file system, but need to obtain a vnode. We may not be able to do it, 
because
  all vnodes could be already in use and other processes cannot release them,
  because they are waiting in "suspfs" state.
  
  In such situation, we allow to allocate a vnode anyway.
  
  This is a temporary fix - there is no backpressure to free vnodes allocated in
  those circumstances.
  
  Reviewed by:    tegge
  
  Revision    Changes    Path
  1.635.2.20  +10 -0     src/sys/kern/vfs_subr.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to