summaryrefslogtreecommitdiff
path: root/taia.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-11taia: minor: add comment about windowDaniel Borkmann1-1/+1
2013-06-04taia: move taia evaluation out of curve.Daniel Borkmann1-0/+27
'>space:mode:
authorJens Axboe <axboe@fb.com>2016-11-10 21:52:53 -0700
committerJens Axboe <axboe@fb.com>2016-11-11 16:18:18 -0700
commitd8a0cbfd73cb7281120d1b49f90afeef26ad48a2 (patch)
treed856e1099a712e7333cbcf3585d6881cd23bf3aa /block
parentbbd7bb7017d5c2b1e75f3818b4ce88fa58bb0eab (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>
Diffstat (limited to 'block')
-rw-r--r--block/blk-wbt.c20
-rw-r--r--block/blk-wbt.h4
2 files changed, 13 insertions, 11 deletions
diff --git a/block/blk-wbt.c b/block/blk-wbt.c