diff options
author | Shaohua Li <shli@fb.com> | 2017-08-18 16:08:13 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2017-08-23 15:56:33 -0600 |
commit | ea0ea2bc6dd8923d86a0fa98743dbeed98645486 (patch) | |
tree | 462c57a8375b3c19d642d11dc43344a6f7aecab7 /drivers/block/loop.c | |
parent | 6470812e22261d2342ef1597be62e63a0423d691 (diff) |
blk-throttle: cap discard request size
discard request usually is very big and easily use all bandwidth budget
of a cgroup. discard request size doesn't really mean the size of data
written, so it doesn't make sense to account it into bandwidth budget.
Jens pointed out treating the size 0 doesn't make sense too, because
discard request does have cost. But it's not easy to find the actual
cost. This patch simply makes the size one sector.
Signed-off-by: Shaohua Li <shli@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/loop.c')
0 files changed, 0 insertions, 0 deletions