Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 292841 Details for
Bug 430130
iscsi modules need to set the module reference in the host template
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to set module reference
set-host-template-mod-ref.patch (text/plain), 1.19 KB, created by
Mike Christie
on 2008-01-24 18:59:40 UTC
(
hide
)
Description:
patch to set module reference
Filename:
MIME Type:
Creator:
Mike Christie
Created:
2008-01-24 18:59:40 UTC
Size:
1.19 KB
patch
obsolete
>diff -aurp linux-2.6.18.noarch/drivers/infiniband/ulp/iser/iscsi_iser.c linux-2.6.18.noarch.work/drivers/infiniband/ulp/iser/iscsi_iser.c >--- linux-2.6.18.noarch/drivers/infiniband/ulp/iser/iscsi_iser.c 2008-01-24 12:38:15.000000000 -0600 >+++ linux-2.6.18.noarch.work/drivers/infiniband/ulp/iser/iscsi_iser.c 2008-01-24 12:34:15.000000000 -0600 >@@ -542,6 +542,7 @@ iscsi_iser_ep_disconnect(__u64 ep_handle > } > > static struct scsi_host_template iscsi_iser_sht = { >+ .module = THIS_MODULE, > .name = "iSCSI Initiator over iSER, v." DRV_VER, > .queuecommand = iscsi_queuecommand, > .can_queue = ISCSI_XMIT_CMDS_MAX - 1, >diff -aurp linux-2.6.18.noarch/drivers/scsi/iscsi_tcp.c linux-2.6.18.noarch.work/drivers/scsi/iscsi_tcp.c >--- linux-2.6.18.noarch/drivers/scsi/iscsi_tcp.c 2008-01-24 12:38:40.000000000 -0600 >+++ linux-2.6.18.noarch.work/drivers/scsi/iscsi_tcp.c 2008-01-24 12:33:41.000000000 -0600 >@@ -2282,6 +2282,7 @@ static int iscsi_tcp_slave_configure(str > } > > static struct scsi_host_template iscsi_sht = { >+ .module = THIS_MODULE, > .name = "iSCSI Initiator over TCP/IP", > .queuecommand = iscsi_queuecommand, > .change_queue_depth = iscsi_change_queue_depth,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 430130
: 292841