Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2002 11:59:27 -0800 (PST)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_softdep.c
Message-ID:  <200201111959.g0BJxRB36307@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    2002/01/11 11:59:27 PST

  Modified files:
    sys/ufs/ffs          ffs_softdep.c 
  Log:
  Must call drain_output() before checking the dirty block list
  in softdep_sync_metadata(). Otherwise we may miss dependencies
  that need to be flushed which will result in a later panic
  with the message ``vinvalbuf: dirty bufs''.
  
  Submitted by:   Matthew Dillon <dillon@apollo.backplane.com>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.103     +10 -8     src/sys/ufs/ffs/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?200201111959.g0BJxRB36307>