]> www.infradead.org Git - users/dwmw2/linux.git/commit
iomap: Fix iomap_invalidatepage tracepoint
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 9 Feb 2022 20:21:22 +0000 (20:21 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Apr 2022 11:57:40 +0000 (13:57 +0200)
commitb6fe2ba6c344da83ea74be98864ef672791d8d1b
tree3aee7b63eddedd1b5af3bd76d5e25e0e098c738e
parent783ab5b8e289ebf4b3404ea94de90e63a5c1354e
iomap: Fix iomap_invalidatepage tracepoint

[ Upstream commit 1241ebeca3f94b417751cb3ff62454cefdac75bc ]

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>
Tested-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Acked-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Tested-by: Mike Marshall <hubcap@omnibond.com> # orangefs
Tested-by: David Howells <dhowells@redhat.com> # afs
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/iomap/buffered-io.c