block: remove THROTL_IOPS_MAX
authorMing Lei <ming.lei@redhat.com>
Fri, 11 Feb 2022 10:11:47 +0000 (18:11 +0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 11 Feb 2022 17:02:41 +0000 (10:02 -0700)
No one uses THROTL_IOPS_MAX any more, so remove it.

Signed-off-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220211101149.2368042-2-ming.lei@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/blk-cgroup.h

index b4de201..bdc49bd 100644 (file)
@@ -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