From: FUJITA Tomonori Date: Wed, 28 Mar 2007 11:29:24 +0000 (+0200) Subject: bind bsg to all SCSI devices X-Git-Tag: v2.6.23-rc1~782^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e2872d6b0252d33f28ea67f33704208ca781978;p=pandora-kernel.git bind bsg to all SCSI devices This patch binds bsg to all SCSI devices (their request queues) like the current sg driver does. We can send SCSI commands to non disk and cdrom scsi devices like OSD via bsg. This patch removes bsg_register_queue from blk_register_queue so bsg devices aren't bound to non SCSI block devices. If they want bsg, I'll send a patch to do that. Signed-off-by: FUJITA Tomonori Signed-off-by: Jens Axboe --- Reading git-diff-tree failed