提交 284b3f6e 编写于 作者: E Eric Biggers 提交者: Theodore Ts'o

ext4: remove unnecessary selections from EXT3_FS

Since EXT3_FS already selects EXT4_FS, there's no reason for it to
redundantly select all the selections of EXT4_FS -- notwithstanding the
comments that claim otherwise.

Remove these redundant selections to avoid confusion.
Signed-off-by: NEric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20191226153920.4466-1-ebiggers@kernel.orgSigned-off-by: NTheodore Ts'o <tytso@mit.edu>
Reviewed-by: NJan Kara <jack@suse.cz>
上级 4756ee18
...@@ -4,12 +4,7 @@ ...@@ -4,12 +4,7 @@
# kernels after the removal of ext3 driver. # kernels after the removal of ext3 driver.
config EXT3_FS config EXT3_FS
tristate "The Extended 3 (ext3) filesystem" tristate "The Extended 3 (ext3) filesystem"
# These must match EXT4_FS selects...
select EXT4_FS select EXT4_FS
select JBD2
select CRC16
select CRYPTO
select CRYPTO_CRC32C
help help
This config option is here only for backward compatibility. ext3 This config option is here only for backward compatibility. ext3
filesystem is now handled by the ext4 driver. filesystem is now handled by the ext4 driver.
...@@ -33,7 +28,6 @@ config EXT3_FS_SECURITY ...@@ -33,7 +28,6 @@ config EXT3_FS_SECURITY
config EXT4_FS config EXT4_FS
tristate "The Extended 4 (ext4) filesystem" tristate "The Extended 4 (ext4) filesystem"
# Please update EXT3_FS selects when changing these
select JBD2 select JBD2
select CRC16 select CRC16
select CRYPTO select CRYPTO
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册