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

block: remove unused REQ_UNPLUG



The request inherits the unplug flag from the bio, but it isn't actually
used. The bio flag stops at __make_request(), which tells it to unplug
after submission. Passing it on to the request doesn't make any sense.

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 75e50984
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