Date: Wed, 3 Apr 2002 09:11:26 -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: <200204031711.g33HBQT29055@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2002/04/03 09:11:22 PST
Modified files: (Branch: RELENG_4)
sys/kern vfs_bio.c
Log:
MFC 1.308
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
Special mention: to Danny Schales <dan@coes.LaTech.edu> for providing a core dum
p that helped me track this down.
Revision Changes Path
1.242.2.16 +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?200204031711.g33HBQT29055>
