diff options
author | Li Zefan <[email protected]> | 2009-04-02 13:43:26 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-04-03 15:29:26 +0200 |
commit | e2494e1b42ebac402324105d57646489d19e2b01 (patch) | |
tree | bd8d0beac5d8b8a7e6ff209c265b015a56fed1fd /net/lapb/lapb_iface.c | |
parent | 7635b03adf3d7b84da7649b81efa91e6ebf11b85 (diff) |
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 <[email protected]>
- 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 <[email protected]>
Acked-by: FUJITA Tomonori <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Jens Axboe <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions