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

block: remove old blk_iopoll_enabled variable



This was a debugging measure to toggle enabled/disabled
when testing. But for real production setups, it's not
safe to toggle this setting without either reloading
drivers of quiescing IO first. Neither of which the toggle
enforces.

Additionally, it makes drivers deal with the conditional
state.

Remove it completely. It's up to the driver whether iopoll
is enabled or not.

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