K 10 svn:author V 3 alc K 8 svn:date V 27 1999-04-29T18:15:25.000000Z K 7 svn:log V 380 Address a performance problem in getnewbuf: In heavy-writing situations, QUEUE_LRU can contain a large number of DELWRI buffers at its head. These buffers must be moved to the tail if they cannot be written async in order to reduce the scanning time required to skip past these buffers in later getnewbuf() calls. Submitted by: Matthew Dillon END