]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ext2: Remove deprecated DAX support
authorAshwin Gundarapu <linuxuser509@zohomail.in>
Sun, 24 May 2026 15:35:27 +0000 (21:05 +0530)
committerJan Kara <jack@suse.cz>
Mon, 1 Jun 2026 09:20:52 +0000 (11:20 +0200)
commitf6fce9f17d9cfde8a88beda1527600d6daacc49b
tree1e0ac6ca528e22a567df779328ee89b658e66b13
parent9ddaf06cb08b4ea0eec8b9307d5d822fbb111461
ext2: Remove deprecated DAX support

DAX support in ext2 was deprecated in commit d5a2693f93e4 ("ext2:
Deprecate DAX") with a removal deadline of end of 2025.  Remove all DAX
code from ext2 as scheduled.

This removes the DAX mount option, IOMAP DAX support, DAX file
operations, DAX address_space_operations, and the DAX fault handler.

[JK: Fixup some whitespace damage]

Signed-off-by: Ashwin Gundarapu <linuxuser509@zohomail.in>
Link: https://patch.msgid.link/19e5aa07c9b.3a2e576d130187.5289857983023045470@zohomail.in
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext2/ext2.h
fs/ext2/file.c
fs/ext2/inode.c
fs/ext2/super.c