]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fs/ntfs3: fold resident writeback into writepages loop
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Fri, 22 May 2026 12:55:38 +0000 (14:55 +0200)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 2 Jun 2026 15:02:32 +0000 (17:02 +0200)
commit65bd5da999effd4ddac46c9f6b538ee65a9828c4
tree685c761a1f980d8ba00ca479ba37b15c3a258b97
parent5569b3c5259b26eccc8d9fdc939241abbae5afbb
fs/ntfs3: fold resident writeback into writepages loop

Remove the separate ntfs_resident_writepage() helper and handle resident
writeback directly from ntfs_writepages(). This simplifies the resident
writeback path and keeps the folio handling local to ntfs_writepages().

Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/inode.c