On Tue, 27 May 2025 23:34:05 +0800, Ming Lei 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. > > Also we never add them for dio code path, so add them back for covering > both. > > [...] Applied, thanks! [1/1] loop: add file_start_write() and file_end_write() (no commit info) Best regards, -- Jens Axboe