K 10 svn:author V 4 grog K 8 svn:date V 27 2000-03-01T07:24:26.000000Z K 7 svn:log V 819 vinumstrategy: Don't count the read and written bytes before they're transferred, do it in complete_rqe instead. launch_requests: Replace the inadvertently removed splbio() around the main loop. It may not be necessary, but the biggest test of this stuff are IDE disks, which I'm not using. Remove throttling code, I'm pretty sure it's not needed any more. Don't set B_ORDERED, it's not necessary either. Objected-to-by: alfred build_rq_buffer: Don't lose the B_ORDERED bit, it still has some residual meaning. To do this right, Vinum needs to look at the B_ORDERED bit and order the transfer across all disks involved. That's an exercise for another day. Objected-to-by: alfred Implicitly-sanctioned-by: jkh END