block: remove redundant =y from BLK_CGROUP dependency
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 27 Sep 2021 13:59:57 +0000 (22:59 +0900)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Oct 2021 12:17:35 +0000 (06:17 -0600)
commitdf252bde82ac19324b26192ea5e7527fbc1b6033
treeb96c95c3184a9d490f0d5fc182a16394c0abbb25
parent349302da83529539040d2516de1deec1e09f491c
block: remove redundant =y from BLK_CGROUP dependency

CONFIG_BLK_CGROUP is a boolean option, that is, its value is 'y' or 'n'.
The comparison to 'y' is redundant.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210927140000.866249-2-masahiroy@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/Kconfig