From: Mike Christie Date: Wed, 28 Jun 2006 17:00:23 +0000 (-0500) Subject: [SCSI] iscsi: fixup set/get param functions X-Git-Tag: v2.6.18-rc1~22^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a54a52caad4bd6166cb7fa64e4e93031fa2fda5d;p=pandora-kernel.git [SCSI] iscsi: fixup set/get param functions Reduce duplication in the software iscsi_transport modules by adding a libiscsi function to handle the common grunt work. This also has the drivers return specifc -EXXX values for different errors so userspace can finally handle them in a sane way. Also just pass the sysfs buffers to the drivers so HW iscsi can get/set its string values, like targetname, and initiatorname. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed