cvs commit: src/sys/kern vfs_subr.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Jul 5 15:57:56 GMT 2005


pjd         2005-07-05 15:57:55 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  Fix one "wrong b_bufobj" panic in reassignbuf() by moving VI_UNLOCK(vp)
  below KASSERT()s, which means there was no real problem here, we just
  needed better locking for assertions.
  
  OK'ed by:       jeff
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.635     +1 -1      src/sys/kern/vfs_subr.c


More information about the cvs-all mailing list