Files
linux/include/trace/events
Tejun Heo 0feacaa216 writeback: don't access page->mapping directly in track_foreign_dirty TP
page->mapping may encode different values in it and page_mapping()
should always be used to access the mapping pointer.
track_foreign_dirty tracepoint was incorrectly accessing page->mapping
directly.  Use page_mapping() instead.  Also, add NULL checks while at
it.

Fixes: 3a8e9ac89e ("writeback: add tracepoints for cgroup foreign writebacks")
Reported-by: Jan Kara <jack@suse.cz>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-08-30 19:54:28 -06:00
..
2018-04-16 11:53:35 +01:00
2017-12-13 15:10:01 -05:00
2019-06-19 08:49:37 -04:00
2019-03-27 15:52:01 -03:00
2017-09-25 20:38:26 +02:00
2018-07-26 10:17:47 +02:00
2019-07-09 10:30:25 -04:00
2018-02-13 21:30:22 +01:00
2019-07-02 15:29:57 -07:00
2017-12-19 10:56:24 +01:00
2019-03-24 20:29:33 +01:00