K 10 svn:author V 5 dyson K 8 svn:date V 27 1995-12-12T04:18:10.000000Z K 7 svn:log V 304 This should have fixed some conditions that could cause the "getblk" hang. The B_WANTED flag was being cleared gratuitously, also the optimization of gbincore for ignoring the B_INVAL flag was incorrect. There is no place in the code where buffers are on the hash list that are B_INVAL and not B_BUSY. END