Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2005 00:48:58 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys buf.h
Message-ID:  <200506130048.j5D0mw1t031974@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2005-06-13 00:48:58 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              buf.h 
  Log:
   - We should never unlock a buf before we've cleared B_REMFREE.  I believe
     this is happening at the moment and sometimes causing panics later on the
     package cluster when we bremfree() a buf whose delayed bremfree() did not
     previously happen.
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.187     +2 -0      src/sys/sys/buf.h



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