]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nfs: use writeback_iter directly
authorChristoph Hellwig <hch@lst.de>
Wed, 7 May 2025 04:48:54 +0000 (06:48 +0200)
committerAnna Schumaker <anna.schumaker@oracle.com>
Wed, 28 May 2025 21:17:13 +0000 (17:17 -0400)
commitf72a67598cd797ac33d32cd3c10f321b51c6d9df
treedb1aeddaa781eabfb86b89893892ea7848d4ec32
parent66a49813501c77700a7fe504e0d28aa126b115cb
nfs: use writeback_iter directly

Stop using write_cache_pages and use writeback_iter directly.  This
removes an indirect call per written folio and makes the code easier
to follow.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
fs/nfs/write.c