]> www.infradead.org Git - users/willy/pagecache.git/commit
iomap: Fix iomap_invalidatepage tracepoint
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 7 Feb 2022 02:49:10 +0000 (21:49 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 14 Feb 2022 13:39:22 +0000 (08:39 -0500)
commit0c579c89f95f693d099e349ac1d4a76bb73a1a1a
treec4144780353b6e47166e0c01af2919f09db102e9
parent3c1d49bf36470603e8f4526a0822c655a038be55
iomap: Fix iomap_invalidatepage tracepoint

This tracepoint is defined to take an offset in the file, not an
offset in the folio.

Fixes: 1ac994525b9d ("iomap: Remove pgoff from tracepoints")
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/iomap/buffered-io.c