git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f4267e
)
[SCSI] scsi_dh: no need to initialize rq->cmd with blk_get_request
author
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Mon, 25 Aug 2008 20:51:58 +0000
(13:51 -0700)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Fri, 3 Oct 2008 16:46:14 +0000
(11:46 -0500)
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>
No differences found