From: Ying Sun Date: Wed, 29 Jun 2022 06:24:09 +0000 (+0800) Subject: block: remove "select BLK_RQ_IO_DATA_LEN" from BLK_CGROUP_IOCOST dependency X-Git-Tag: v6.1-rc5~616^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9a1c179bdfa133d28ab8b7d30631b0accdc2057;p=platform%2Fkernel%2Flinux-starfive.git block: remove "select BLK_RQ_IO_DATA_LEN" from BLK_CGROUP_IOCOST dependency The configuration item BLK_RQ_IO_DATA_LEN is not declared in the kernel. Select BLK_RQ_IO_DATA_LEN is meaningless which could be removed. Signed-off-by: Ying Sun Reviewed-by: Christoph Hellwig Link: https://lore.kernel.org/r/20220629062409.19458-1-sunying@nj.iscas.ac.cn Signed-off-by: Jens Axboe --- diff --git a/block/Kconfig b/block/Kconfig index 50b17e2..444c5ab 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -147,7 +147,6 @@ config BLK_CGROUP_FC_APPID config BLK_CGROUP_IOCOST bool "Enable support for cost model based cgroup IO controller" depends on BLK_CGROUP - select BLK_RQ_IO_DATA_LEN select BLK_RQ_ALLOC_TIME help Enabling this option enables the .weight interface for cost