On 5/27/25 10:13 AM, Caleb Sander Mateos wrote: > On Tue, May 27, 2025 at 8:34 AM Ming Lei <ming.lei@xxxxxxxxxx> wrote: >> >> file_start_write() and file_end_write() should be added around ->write_iter(). >> >> Recently we switch to ->write_iter() from vfs_iter_write(), and the >> implied fs_start_write() and fs_end_write() are lost. > > Still referring to "fs_start_write()" and "fs_end_write()" here I fixed it up. -- Jens Axboe