ext4: use writeback_iter in ext4_journalled_submit_inode_data_buffers
authorChristoph Hellwig <hch@lst.de>
Mon, 5 May 2025 09:16:04 +0000 (11:16 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 20 May 2025 14:30:37 +0000 (10:30 -0400)
commite80325ef5cc2d9de13845ab32c50d5012357d42b
treee68f4702c006a13c659ec849df88c3bb65106006
parent32a93f5bc9b9812fc710f43a4d8a6830f91e4988
ext4: use writeback_iter in ext4_journalled_submit_inode_data_buffers

Use writeback_iter directly instead of write_cache_pages for a nicer
code structure and less indirect calls.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Zhang Yi <yi.zhang@huawei.com>
Link: https://patch.msgid.link/20250505091604.3449879-1-hch@lst.de
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c