From: SourceForge.net <no...@so...> - 2005-03-22 15:26:15
|
Patches item #1168413, was opened at 2005-03-22 15:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=387025&aid=1168413&group_id=26396 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Corin (aronar) Assigned to: Nobody/Anonymous (nobody) Summary: Patch for scsi_transport_iscsi.c for use withnew kernel Initial Comment: The scsi_transport_iscsi.c file included with 4.0.2 has target_class, target_attrs, target_setup and host_attrs, host_class, host_setup uses that don't match the kernel. With 2.6.11 the entries should be target_attrs.attrs, target_attrs.class, target_attrs.match and host_attrs.attrs, host_attrs.class, host_attrs.match. This allows the modules to compile with no issues in 2.6.11 This patch file was generated by following the main steps in the README for linux-iscsi-4.0.2 and then editing the scsi_transport_iscsi.c file, then running diff -Naur against that. So once all the main steps are completed, just apply this patch and it will compile and load on a 2.6.11 kernel. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=387025&aid=1168413&group_id=26396 |