1. 09 11月, 2007 1 次提交
    • J
      block: fix requeue handling in blk_queue_invalidate_tags() · d85532ed
      Jens Axboe 提交于
      Credit goes to juergen.kadidlo@exasol.com for diagnosing this issue
      and supplying the initial patch.
      
      blk_queue_invalidate_tags() must use the proper requeueing paths instead
      of open coding the re-add of the request, otherwise we bug out in rq
      accounting. Just switch to using blk_requeue_request(), that takes care
      of end-tag handling as well and also adds the blktrace REQUEUE notify
      event that is also appropriate here.
      Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
      d85532ed
  2. 08 11月, 2007 2 次提交
  3. 07 11月, 2007 6 次提交
  4. 06 11月, 2007 31 次提交