CVSROOT:        /cvs
Module name:    src
Changes by:     [EMAIL PROTECTED]       2008/11/01 14:34:10

Modified files:
        sys/kern       : vfs_subr.c vfs_syscalls.c 
        share/man/man9 : vrele.9 

Log message:
change vrele() to return an int.  if it returns 0, it can gaurantee that
it did not sleep.  this is used to avoid checkdirs() to avoid having
to restart the allproc walk every time through
idea from tedu, ok thib pedro

Reply via email to