Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2002 16:17:37 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_bio.c
Message-ID:  <200204030017.g330HbP65000@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      2002/04/02 16:17:37 PST

  Modified files:
    sys/kern             vfs_bio.c 
  Log:
  brelse() was improperly clearing B_DELWRI in the B_DELWRI|B_INVAL case
  without removing the buffer from the vnode's dirty buffer list, which
  can result in a panic in NFS.  Replaced the code with a call to bundirty()
  which deals with it properly.
  
  PR:             kern/36108, kern/36174
  Submitted by:   various people
  Special mention: to Danny Schales <dan@coes.LaTech.edu> for providing a core dump that helped me track this down.
  MFC after:      1 day
  
  Revision  Changes    Path
  1.308     +2 -5      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?200204030017.g330HbP65000>