ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting it
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 22 Jan 2021 11:02:34 +0000 (12:02 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 Mar 2021 10:38:15 +0000 (11:38 +0100)
commitd167a7367d4a2d22bc28912f4eca4864fc1230e1
tree6ce92d656e0ca79ea76e48a6fc482e8bc7f147b3
parentbf672140d60bd74fb3faf538bccf8eb6adae97e5
ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting it

[ Upstream commit 302fdadeafe4be539f247abf25f61822e4a5a577 ]

EXT4_KUNIT_TESTS selects EXT4_FS, thus enabling an optional feature the
user may not want to enable.  Fix this by making the test depend on
EXT4_FS instead.

Fixes: 1cbeab1b242d16fd ("ext4: add kunit test for decoding extended timestamps")
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20210122110234.2825685-1-geert@linux-m68k.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/ext4/Kconfig