blktrace: fix pdu_len when tracing packet command requests
authorLi Zefan <lizf@cn.fujitsu.com>
Thu, 2 Apr 2009 05:43:26 +0000 (13:43 +0800)
committerIngo Molnar <mingo@elte.hu>
Fri, 3 Apr 2009 13:29:26 +0000 (15:29 +0200)
commite2494e1b42ebac402324105d57646489d19e2b01
treebd8d0beac5d8b8a7e6ff209c265b015a56fed1fd
parent7635b03adf3d7b84da7649b81efa91e6ebf11b85
blktrace: fix pdu_len when tracing packet command requests

Impact: output all of packet commands - not just the first 4 / 8 bytes

Since commit d7e3c3249ef23b4617393c69fe464765b4ff1645 ("block: add
large command support"), struct request->cmd has been changed from
unsinged char cmd[BLK_MAX_CDB] to unsigned char *cmd.

v1 -> v2: by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>

- make sure rq->cmd_len is always intialized, and then we can use
  rq->cmd_len instead of BLK_MAX_CDB.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
LKML-Reference: <49D4507E.2060602@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
block/blk-core.c
kernel/trace/blktrace.c