On 2017/9/14 21:18, Jan Kara wrote: > __get_first_dirty_index() wants to lookup only the first dirty page > after given index. There's no point in using pagevec_lookup_tag() for > that. Just use find_get_pages_tag() directly. > > CC: Jaegeuk Kim <jaegeuk@xxxxxxxxxx> > CC: linux-f2fs-devel@xxxxxxxxxxxxxxxxxxxxx > Signed-off-by: Jan Kara <jack@xxxxxxx> Reviewed-by: Chao Yu <yuchao0@xxxxxxxxxx> Thanks,