OSDN Git Service

ext4: remove unnecessary selections from EXT3_FS
authorEric Biggers <ebiggers@google.com>
Thu, 26 Dec 2019 15:39:20 +0000 (09:39 -0600)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 17 Jan 2020 21:24:53 +0000 (16:24 -0500)
commit284b3f6edbbb020ce479b8df1d2ac745b100cf53
treec01b8e26b04c8e5b8cf61c273b7364cae4cd0c22
parent4756ee183f25b1fa2a7306a439da3bcd687244e0
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: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20191226153920.4466-1-ebiggers@kernel.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
fs/ext4/Kconfig