Skip to content
Commit 5448aca4 authored by Jens Axboe's avatar Jens Axboe
Browse files

null_blk: wire up timeouts



This is needed to ensure that we actually handle timeouts.
Without it, the queue_mode=1 path will never call blk_add_timer(),
and the queue_mode=2 path will continually just return
EH_RESET_TIMER and we never actually complete the offending request.

This was used to test the new timeout code, and the changes around
killing off REQ_ATOM_COMPLETE.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 8abef10b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment