commit | 114f1ea408944f9515e45aa7452238fb15a1fa00 | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Mon Aug 25 13:51:58 2008 -0700 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Oct 03 11:46:14 2008 -0500 |
tree | 9b7bfcce3c244c3cb329e4709ad40e140763f113 | |
parent | 6f4267e3bd1211b3d09130e626b0b3d885077610 [diff] |
[SCSI] scsi_dh: no need to initialize rq->cmd with blk_get_request blk_get_request initializes rq->cmd (rq_init does) so the users don't need to do that. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>