tegge       2006-10-02 02:06:27 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_lock.c vfs_bio.c 
    sys/sys              buf.h lockmgr.h 
  Log:
  If the buffer lock has waiters after the buffer has changed identity then
  getnewbuf() needs to drop the buffer in order to wake waiters that might
  sleep on the buffer in the context of the old identity.
  
  Revision  Changes    Path
  1.100     +15 -0     src/sys/kern/kern_lock.c
  1.510     +11 -0     src/sys/kern/vfs_bio.c
  1.194     +11 -0     src/sys/sys/buf.h
  1.51      +1 -0      src/sys/sys/lockmgr.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to