block: remove "select BLK_RQ_IO_DATA_LEN" from BLK_CGROUP_IOCOST dependency
authorYing Sun <sunying@nj.iscas.ac.cn>
Wed, 29 Jun 2022 06:24:09 +0000 (14:24 +0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 29 Jun 2022 14:35:57 +0000 (08:35 -0600)
commitb9a1c179bdfa133d28ab8b7d30631b0accdc2057
treeae6ee98e639923e137955bb06dd5ec7c99eb8054
parent8682b92e5ab852b93739a0f2b261fff4c733be57
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 <sunying@nj.iscas.ac.cn>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220629062409.19458-1-sunying@nj.iscas.ac.cn
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/Kconfig