Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2005 15:57:55 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <200507051557.j65FvtAt006340@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507051557.j65FvtAt006340>