blktrace: from-sector redundant in trace_block_remap, cleanup
authorLi Zefan <lizf@cn.fujitsu.com>
Mon, 11 May 2009 07:06:46 +0000 (15:06 +0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 11 May 2009 11:30:24 +0000 (13:30 +0200)
The last argument of block_remap prober is the original sector
before remap, so it should be 'from', not 'to'.

[ Impact: clean up ]

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Cc: "Alan D. Brunelle" <Alan.Brunelle@hp.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
LKML-Reference: <4A07CE86.5090301@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found