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

ide: don't clear special on ide_queue_rq() entry



We can't use RQF_DONTPREP to see if we should clear ->special,
as someone could have set that while inserting the request. Make
sure we clear it in our ->initialize_rq_fn() helper instead.

Fixes: 22ce0a7c ("ide: don't use req->special")
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 628bd859
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