]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ntfs3: remove legacy ntfs driver support
authorNamjae Jeon <linkinjeon@kernel.org>
Fri, 13 Feb 2026 01:54:02 +0000 (10:54 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Thu, 19 Feb 2026 12:50:58 +0000 (21:50 +0900)
commitf3b47720c2b1e3ded09ad86c55b50af24b4170bb
treeaa687c245b71706e58e49371df195c02af232d8c
parent5218cd102aec7ae8df6af6e681ebb0b6d8e798f4
ntfs3: remove legacy ntfs driver support

Reverts the following commits that introduced legacy ntfs
driver alias and related support code:

74871791ffa9 ntfs3: serve as alias for the legacy ntfs driver
1ff2e956608c fs/ntfs3: Redesign legacy ntfs support
9b872cc50daa ntfs3: add legacy ntfs file operations
d55f90e9b243 ntfs3: enforce read-only when used as legacy ntfs driver

The legacy ntfs driver has been remade as a new implementation, so the
alias and related codes in ntfs3 are no longer needed.

Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/ntfs3/Kconfig
fs/ntfs3/dir.c
fs/ntfs3/file.c
fs/ntfs3/inode.c
fs/ntfs3/ntfs_fs.h
fs/ntfs3/super.c