commit | d8a0cbfd73cb7281120d1b49f90afeef26ad48a2 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Thu Nov 10 21:52:53 2016 -0700 |
committer | Jens Axboe <axboe@fb.com> | Fri Nov 11 16:18:18 2016 -0700 |
tree | d856e1099a712e7333cbcf3585d6881cd23bf3aa | |
parent | bbd7bb7017d5c2b1e75f3818b4ce88fa58bb0eab [diff] |
blk-wbt: store queue instead of bdi The bdi was a leftover from when the code was block layer agnostic. Now that we just support a block layer user, store the queue directly. Signed-off-by: Jens Axboe <axboe@fb.com>