From: Ming Lei Date: Fri, 11 Feb 2022 10:11:47 +0000 (+0800) Subject: block: remove THROTL_IOPS_MAX X-Git-Tag: x86-urgent-2022-04-03~40^2~36 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0e51e2ab49a99bc5077760aa083dfa1c3bf9899b;p=users%2Fdwmw2%2Flinux.git block: remove THROTL_IOPS_MAX No one uses THROTL_IOPS_MAX any more, so remove it. Signed-off-by: Ming Lei Reviewed-by: Christoph Hellwig Link: https://lore.kernel.org/r/20220211101149.2368042-2-ming.lei@redhat.com Signed-off-by: Jens Axboe --- diff --git a/include/linux/blk-cgroup.h b/include/linux/blk-cgroup.h index b4de2010fba55..bdc49bd4eef02 100644 --- a/include/linux/blk-cgroup.h +++ b/include/linux/blk-cgroup.h @@ -28,8 +28,6 @@ /* percpu_counter batch for blkg_[rw]stats, per-cpu drift doesn't matter */ #define BLKG_STAT_CPU_BATCH (INT_MAX / 2) -/* Max limits for throttle policy */ -#define THROTL_IOPS_MAX UINT_MAX #define FC_APPID_LEN 129