commit | a8a45941706bca05ef9234a17f5e4a50b9835a44 | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Wed May 09 02:08:48 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Wed May 09 08:33:02 2018 -0600 |
tree | 35fad1c22dfb1d2dc6be6641953db03d5a5cb874 | |
parent | 934031a12980511c020acf7d91f9035e34d0b5b8 [diff] |
block: pass struct request instead of struct blk_issue_stat to wbt issue_stat is going to go away, so first make writeback throttling take the containing request, update the internal wbt helpers accordingly, and change rwb->sync_cookie to be the request pointer instead of the issue_stat pointer. No functional change. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>