diff options
author | Mathieu Desnoyers <mathieu.desnoyers@efficios.com> | 2011-03-16 19:05:05 -0400 |
---|---|---|
committer | Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> | 2011-03-16 19:05:05 -0400 |
commit | 13a7003720e34d2d304e0403782803ad9804780c (patch) | |
tree | f3e876ee7a396b1bfc8fd7653b3141189d12a162 /mm | |
parent | 3193831d2691005218752ef95b10f3afee1086d1 (diff) |
markers-update-to-channel-api
Markers update to new channel API
Update marker users accordingly.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/swapfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/swapfile.c b/mm/swapfile.c index 6a9e8645c36..41a00cead75 100644 --- a/mm/swapfile.c +++ b/mm/swapfile.c @@ -2584,7 +2584,7 @@ void ltt_dump_swap_files(void *call_data) p = swap_info[type]; if (!(p->flags & SWP_WRITEOK)) continue; - __trace_mark(0, statedump_swap_files, call_data, + __trace_mark(0, swap_state, statedump_swap_files, call_data, "filp %p vfsmount %p dname %s", p->swap_file, p->swap_file->f_vfsmnt, p->swap_file->f_dentry->d_name.name); |