make_request函数中的一个bug
摘要:110repeat: 111/* we don't allow the write-requests to fill up the queue completely: 112 * we want some room for reads: they take precedence. The last third 113 * of the requests are only for reads. 114 */ 115 if (rw == READ) 116 req = request+NR_REQUEST; 117 else 118 ...
阅读全文
posted @ 2012-02-23 22:01
浙公网安备 33010602011771号