]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext2: Deprecate DAX
authorJan Kara <jack@suse.cz>
Wed, 23 Apr 2025 16:00:27 +0000 (18:00 +0200)
committerJan Kara <jack@suse.cz>
Tue, 29 Apr 2025 11:08:20 +0000 (13:08 +0200)
commitd5a2693f93e497589637bb746ef19ac8aecb6fb5
treec489ecddc167a95e3c998f12dabe4a8e29a4424e
parent5ea45f54c8d6ca2a95b7bd450ee9eb253310bfd3
ext2: Deprecate DAX

Since PMEM didn't quite lift off, DAX isn't as widely used as we
originally hoped. Thus it doesn't seem warranted to support
implementation of DAX in ext2 driver when the same filesystem can be
accessed through ext4 driver as a "simple implementation". Just
deprecate DAX support in ext2 targetting completely dropping the code at
the end of 2025.

Link: https://lore.kernel.org/all/uiu7rcmtooxgbscaiiim7czqsca52bgrt6aiszsafq7jj4n3e7@ge6mfzcmnorl
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext2/super.c