On Thu, Jun 11, 2020 at 10:11:52AM +0200, Jan Kara wrote: > Currently, operations on inode->i_io_list are protected by > wb->list_lock. In the following patches we'll need to maintain > consistency between inode->i_state and inode->i_io_list so change the > code so that inode->i_lock protects also all inode's i_io_list handling. > > Signed-off-by: Jan Kara <jack@xxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx>