From: FUJITA Tomonori Date: Mon, 31 Mar 2008 01:03:39 +0000 (+0900) Subject: [SCSI] bsg: replace kobject_get with blk_get_queue X-Git-Tag: v2.6.26-rc1~1140^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3ff1b90d8924dd1c55c3b56a79bfc563ace4a42;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed