aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace
diff options
context:
space:
mode:
authorAlan D. Brunelle <Alan.Brunelle@hp.com>2009-05-04 16:27:26 -0400
committerIngo Molnar <mingo@elte.hu>2009-05-06 14:13:00 +0200
commita42aaa3bbce85ac487ad4fad5db99e8e91b7aac1 (patch)
tree1f1b4ac4335774c154213e756d10247e5eac1ded /include/trace
parenttracepoint: trace_sched_migrate_task(): remove parameter (diff)
downloadlinux-dev-a42aaa3bbce85ac487ad4fad5db99e8e91b7aac1.tar.xz
linux-dev-a42aaa3bbce85ac487ad4fad5db99e8e91b7aac1.zip
blktrace: correct remap names
This attempts to clarify names utilized during block I/O remap operations (partition, volume manager). It correctly matches up the /from/ information for both device & sector. This takes in the concept from Kosaki Motohiro and extends it to include better naming for the "device_from" field. [ Impact: cleanup ] Signed-off-by: Alan D. Brunelle <alan.brunelle@hp.com> Reviewed-by: Li Zefan <lizf@cn.fujitsu.com> Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Cc: Jens Axboe <jens.axboe@oracle.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> LKML-Reference: <49FF4FAE.3000301@hp.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/block.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/trace/block.h b/include/trace/block.h
index 25b7068b819e..87f6456fd32e 100644
--- a/include/trace/block.h
+++ b/include/trace/block.h
@@ -70,7 +70,7 @@ DECLARE_TRACE(block_split,
DECLARE_TRACE(block_remap,
TP_PROTO(struct request_queue *q, struct bio *bio, dev_t dev,
- sector_t from, sector_t to),
- TP_ARGS(q, bio, dev, from, to));
+ sector_t to, sector_t from),
+ TP_ARGS(q, bio, dev, to, from));
#endif