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:
d45ac4f
)
[SCSI] bsg: replace kobject_get with blk_get_queue
author
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Mon, 31 Mar 2008 01:03:39 +0000
(10:03 +0900)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Fri, 18 Apr 2008 16:47:49 +0000
(11:47 -0500)
Both takes a ref to a queue. But blk_get_queue checks QUEUE_FLAG_DEAD
and is more appropriate interface here.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
No differences found