Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 1999 00:59:07 -0800 (PST)
From:      David Greenman <dg@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern vfs_bio.c
Message-ID:  <199901220859.AAA11220@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dg          1999/01/22 00:59:07 PST

  Modified files:
    sys/kern             vfs_bio.c 
  Log:
  Don't throw away the buffer contents on a fatal write error; just mark
  the buffer as still being dirty. This isn't a perfect solution, but
  throwing away the buffer contents will often result in filesystem
  corruption and this solution will at least correctly deal with transient
  errors.
  Submitted by:	Kirk McKusick <mckusick@mckusick.com>
  
  Revision  Changes    Path
  1.196     +5 -2      src/sys/kern/vfs_bio.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?199901220859.AAA11220>