Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2000 10:48:13 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/contrib/softupdates ffs_softdep.c
Message-ID:  <200001131848.KAA35407@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/01/13 10:48:13 PST

  Modified files:
    sys/contrib/softupdates ffs_softdep.c 
  Log:
  Free the global softupdates lock prior to tsleep() in getdirtybuf().
  This seems to be responsible for a bunch of panics where the process
  sleeps and something else finds softupdates "locked" when it shouldn't
  be.  This commit is unreviewed, but has been a big help here.
  Previously my boxes would panic pretty much on the first fsync() that
  wrote something to disk.
  
  Revision  Changes    Path
  1.50      +3 -1      src/sys/contrib/softupdates/ffs_softdep.c



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




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