cvs commit: src/sys/kern vfs_bio.c

Jeff Roberson jeff at FreeBSD.org
Fri Jan 28 09:48:59 PST 2005


jeff        2005-01-28 17:48:58 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_bio.c 
  Log:
   - Don't drop the wref on the bufobj until after bufdone() has completed.
     Without this, threads waiting in bufobj_wwait() may wakeup prior to
     bufdone() completing.
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.475     +10 -7     src/sys/kern/vfs_bio.c


More information about the cvs-all mailing list