]> Gentwo Git Trees - linux/.git/commit
ntfs3: stop using write_cache_pages
authorChristoph Hellwig <hch@lst.de>
Mon, 18 Aug 2025 06:10:08 +0000 (08:10 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 13 Sep 2025 23:55:13 +0000 (16:55 -0700)
commit8d4bb46ba7671899a506c555ab71df65ba2e4a60
tree7046303c737e71038baa265d9b27135f03ca7cfe
parent1aca4021f8456470fe92ba795886be0e595b927d
ntfs3: stop using write_cache_pages

Patch series "remove write_cache_pages()".

Kill off write_cache_pages() after converting the last two users to the
iterator.

This patch (of 3):

Stop using the obsolete write_cache_pages and use writeback_iter directly.

Link: https://lkml.kernel.org/r/20250818061017.1526853-1-hch@lst.de
Link: https://lkml.kernel.org/r/20250818061017.1526853-2-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Kent Overstreet <kent.overstreet@linux.dev>
Cc: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ntfs3/inode.c