mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
ext4: add missing space to trace message
Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
parent
210c05264d
commit
8137029172
@ -320,7 +320,7 @@ TRACE_EVENT(ext4_da_writepages,
|
||||
),
|
||||
|
||||
TP_printk("dev %d,%d ino %lu nr_to_write %ld pages_skipped %ld "
|
||||
"range_start %lld range_end %lld sync_mode %d"
|
||||
"range_start %lld range_end %lld sync_mode %d "
|
||||
"for_kupdate %d range_cyclic %d writeback_index %lu",
|
||||
MAJOR(__entry->dev), MINOR(__entry->dev),
|
||||
(unsigned long) __entry->ino, __entry->nr_to_write,
|
||||
|
Loading…
Reference in New Issue
Block a user