Re: [PATCH] Use CONFIG_EXT4_FS instead of CONFIG_EXT3_FS in all of the defconfigs

From: Guenter Roeck

Date: Tue Oct 14 2025 - 23:41:37 EST


On 10/14/25 18:36, Theodore Ts'o wrote:
On Tue, Oct 14, 2025 at 02:37:36PM -0700, Linus Torvalds wrote:
On Mon, 13 Oct 2025 at 19:06, Theodore Ts'o <tytso@xxxxxxx> wrote:

Commit d6ace46c82fd ("ext4: remove obsolete EXT3 config options")
removed the obsolete EXT3_CONFIG options, since it had been over a
decade since fs/ext3 had been removed.

Just checking: did you expect me to apply this directly, or was this
more of a "FYI" and it's in your tree and I should be expecting it as
a pull request?

It's an FYI, and so Guenter could unbreak his defconfig testing. I
was waiting for my regression tests to complete before sending you a
pull request. Those have come back green, so I'll be sending you a
pull request shortly.


I don't actually need the fix myself - from my perspective this was
more informational for others who might be affected by the problem.
I now updated my test configuration to set CONFIG_EXT4_FS unconditionally
for all tests requiring EXT2/3/4 support. But in some sense it was good
to get the heads up this way because some configurations at work still
do set EXT3 options.

Guenter