Home
last modified time | relevance | path

Searched hist:df252bde82ac19324b26192ea5e7527fbc1b6033 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/block/
H A DKconfigdiff df252bde82ac19324b26192ea5e7527fbc1b6033 Mon Sep 27 08:59:57 CDT 2021 Masahiro Yamada <masahiroy@kernel.org> 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>