commit | 782f569774d7000e54ae9d680b0e4cd29b1c7ca3 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon May 07 10:03:23 2018 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Tue May 08 15:11:02 2018 -0600 |
tree | 137bb8ebd2903af1d82fb9159ccc5a06b9005335 | |
parent | 8bea60901974ad44b06b08d52e1dd421ea8c6e9c [diff] |
blk-wbt: throttle discards like background writes Throttle discards like we would any background write. Discards should be background activity, so if they are impacting foreground IO, then we will throttle them down. Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>