Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98a56ab3 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: Fix spelling typo in the trace format for trace_ext4_da_writepages()



Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent b05ab1dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -243,7 +243,7 @@ TRACE_EVENT(ext4_da_writepages,
		__entry->range_cyclic	= wbc->range_cyclic;
	),

	TP_printk("dev %s ino %lu nr_t_write %ld pages_skipped %ld range_start %llu range_end %llu nonblocking %d for_kupdate %d for_reclaim %d range_cyclic %d",
	TP_printk("dev %s ino %lu nr_to_write %ld pages_skipped %ld range_start %llu range_end %llu nonblocking %d for_kupdate %d for_reclaim %d range_cyclic %d",
		  jbd2_dev_to_name(__entry->dev), __entry->ino, __entry->nr_to_write,
		  __entry->pages_skipped, __entry->range_start,
		  __entry->range_end, __entry->nonblocking,