From: Mike Christie Date: Wed, 21 May 2008 20:54:12 +0000 (-0500) Subject: [SCSI] iscsi class: user device_for_each_child instead of duplicating session list X-Git-Tag: v2.6.27-rc1~1059^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7970634b81a6e3561954517bca42615542c4535b;p=pandora-kernel.git [SCSI] iscsi class: user device_for_each_child instead of duplicating session list Currently we duplicate the list of sessions, because we were using the test for if a session was on the host list to indicate if the session was bound or unbound. We can instead use the target_id and fix up the class so that drivers like bnx2i do not have to manage the target id space. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed