K 10 svn:author V 6 dillon K 8 svn:date V 27 2002-04-03T17:11:13.000000Z K 7 svn:log V 412 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 for providing a core dum p that helped me track this down. END