summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'openvz-sources/022.078-r2/5507_diff-gcc4-qla2xxx-20060530.patch')
-rw-r--r--openvz-sources/022.078-r2/5507_diff-gcc4-qla2xxx-20060530.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/openvz-sources/022.078-r2/5507_diff-gcc4-qla2xxx-20060530.patch b/openvz-sources/022.078-r2/5507_diff-gcc4-qla2xxx-20060530.patch
deleted file mode 100644
index 6af747a..0000000
--- a/openvz-sources/022.078-r2/5507_diff-gcc4-qla2xxx-20060530.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Patch from Kir <kir@openvz.org>, fixing a compilation issue with gcc4
-
-The following error occurs when trying to compile 022stab077:
-
-drivers/scsi/qla2xxx/qla_gs.c: In function qla2x00_ga_nxt:
-drivers/scsi/qla2xxx/qla_gs.c:97: sorry, unimplemented: inlining failed in call
-to qla24xx_prep_ms_iocb: function not considered for inlining
-drivers/scsi/qla2xxx/qla_gs.c:61: sorry, unimplemented: called from here
-
-OpenVZ bug #182 (http://bugzilla.openvz.org/182/)
-
---- linux-2.6.8/drivers/scsi/qla2xxx/qla_gs.c.gcc4 2006-05-30 21:17:32.000000000 +0400
-+++ linux-2.6.8/drivers/scsi/qla2xxx/qla_gs.c 2006-05-30 21:21:18.000000000 +0400
-@@ -23,7 +23,7 @@
- static inline ms_iocb_entry_t *
- qla2x00_prep_ms_iocb(scsi_qla_host_t *, uint32_t, uint32_t);
-
--static inline void *
-+static void *
- qla24xx_prep_ms_iocb(scsi_qla_host_t *, uint32_t, uint32_t);
-
- static inline struct ct_sns_req *
-@@ -92,7 +92,7 @@ qla2x00_prep_ms_iocb(scsi_qla_host_t *ha
- *
- * Returns a pointer to the @ha's ms_iocb.
- */
--static inline void *
-+static void *
- qla24xx_prep_ms_iocb(scsi_qla_host_t *ha, uint32_t req_size, uint32_t rsp_size)
- {
- struct ct_entry_24xx *ct_pkt;