
Ahead of the Linux 6.9 merge window opening this weekend or next depending upon how the v6.8 cycle plays out this weekend, Christian Brauner submitted a " vfs ntfs " pull request that nukes the old NTFS driver. He argues for its removal as:
"This removes the old ntfs driver. The new ntfs3 driver is a full replacement that was merged over two years ago. We've went through various userspace and either they use ntfs3 or they use the fuse version of ntfs and thus build neither ntfs nor ntfs3. I think that's a clear sign that we should risk removing the legacy ntfs driver.
...
It's unmaintained apart from various odd fixes as well. Worst case we have to reintroduce it if someone really has a valid dependency on it. But it's worth trying to see whether we can remove it."
Removing this legacy NTFS kernel driver lightens the Linux source tree by 29,303 lines.