Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2003 13:40:07 -0800 (PST)
From:      Kirk McKusick <mckusick@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:  <200303062140.h26Le89s060264@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    2003/03/06 13:40:07 PST

  FreeBSD src repository

  Modified files:
    sys/sys              buf.h 
  Log:
  When the system is panicing, the lock manager grants all lock
  requests whether or not the lock is available. To avoid "unlocked
  buffer" panics after a crash, we just claim that all buffers
  are locked when cleaning up after a system panic.
  
  Reported by:    Attila Nagy <bra@fsn.hu>
  Sponsored by:   DARPA & NAI Labs.
  
  Revision  Changes    Path
  1.148     +8 -0      src/sys/sys/buf.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




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