commit | c3ff1b90d8924dd1c55c3b56a79bfc563ace4a42 | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Mon Mar 31 10:03:39 2008 +0900 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Apr 18 11:47:49 2008 -0500 |
tree | c012845d2203b81afd4b2dade9dc9f0d453da906 | |
parent | d45ac4fa8f277e1ec5acfb67ce5d6406555760cf [diff] |
[SCSI] bsg: replace kobject_get with blk_get_queue 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>