K 10 svn:author V 6 dillon K 8 svn:date V 27 2002-04-03T00:17:36.000000Z K 7 svn:log V 435 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 for providing a core dump that helped me track this down. MFC after: 1 day END