Files
linux/include/trace/events
Ritesh Harjani 36c9b45040 ext4: Change remaining tracepoints to use folio
ext4_readpage() is converted to ext4_read_folio() hence change the
related tracepoint from trace_ext4_readpage(page) to
trace_ext4_read_folio(folio). Do the same for
trace_ext4_releasepage(page) to trace_ext4_release_folio(folio)

As a minor bit of optimization to avoid an extra dereferencing,
since both of the above functions already were dereferencing
folio->mapping->host, hence change the tracepoint argument to take
(inode, folio).

Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Link: https://lore.kernel.org/r/caba2b3c0147bed4ea7706767dc1d19cd0e29ab0.1684122756.git.ritesh.list@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2023-06-15 00:02:10 -04:00
..
2020-11-30 12:54:01 +00:00
2022-12-07 13:54:09 -08:00
2023-03-29 08:22:52 +01:00
2023-03-29 08:22:52 +01:00
2023-01-13 16:39:18 +01:00
2023-03-24 11:01:29 +01:00
2022-12-08 21:49:12 -05:00
2023-03-28 16:20:08 -07:00
2022-08-03 17:50:58 +02:00
2022-12-10 11:01:12 -05:00
2022-07-30 14:01:30 -04:00
2023-02-20 08:28:49 +00:00
2023-03-16 23:16:18 -04:00