From: FUJITA Tomonori Date: Thu, 16 Nov 2006 10:24:13 +0000 (+0900) Subject: [SCSI] scsi tgt: scsi target lib functionality X-Git-Tag: v2.6.20-rc1~34^2~20^2~41^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a55c2596f55e3a60f7502d0dfcfa0d20241e5ac;p=pandora-kernel.git [SCSI] scsi tgt: scsi target lib functionality The core scsi target lib functions. TODO: - mv md/dm-bio-list.h to linux/bio-list.h so md and us do not have to do that weird include. - convert scsi_tgt_cmd's work struct to James's execute code. And try to kill our scsi_tgt_cmd. - add host state checking. We do refcouting so hotplug is partially supported, but we need to add state checking to make it easier on the LLD. Signed-off-by: Mike Christie Signed-off-by: FUJITA Tomonori Signed-off-by: James Bottomley --- Reading git-diff-tree failed