We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86731a2 commit d53238bCopy full SHA for d53238b
fs/erofs/data.c
@@ -356,6 +356,9 @@ static int erofs_read_folio(struct file *file, struct folio *folio)
356
357
static void erofs_readahead(struct readahead_control *rac)
358
{
359
+ trace_erofs_readahead(rac->mapping->host, readahead_index(rac),
360
+ readahead_count(rac), true);
361
+
362
return iomap_readahead(rac, &erofs_iomap_ops);
363
}
364
0 commit comments