diff options
Diffstat (limited to 'main/linux-scst/scst-2.2.0-3.2.2.patch')
-rw-r--r-- | main/linux-scst/scst-2.2.0-3.2.2.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/linux-scst/scst-2.2.0-3.2.2.patch b/main/linux-scst/scst-2.2.0-3.2.2.patch index a6fef8db26..68e90a791e 100644 --- a/main/linux-scst/scst-2.2.0-3.2.2.patch +++ b/main/linux-scst/scst-2.2.0-3.2.2.patch @@ -5045,7 +5045,7 @@ diff -uprN orig/linux-3.2/include/scst/scst_const.h linux-3.2/include/scst/scst_ +#define SCST_VERSION(a, b, c, d) (((a) << 24) + ((b) << 16) + ((c) << 8) + d) +#define SCST_VERSION_CODE SCST_VERSION(2, 2, 0, 0) +#define SCST_VERSION_STRING_SUFFIX -+#define SCST_VERSION_NAME "2.2.0-pre" ++#define SCST_VERSION_NAME "2.2.0" +#define SCST_VERSION_STRING SCST_VERSION_NAME SCST_VERSION_STRING_SUFFIX + +#define SCST_CONST_VERSION "$Revision: 3987 $" @@ -54075,7 +54075,7 @@ diff -uprN orig/linux-3.2/include/scst/iscsi_scst_ver.h linux-3.2/include/scst/i + +#define ISCSI_VERSION_STRING_SUFFIX + -+#define ISCSI_VERSION_STRING "2.2.0-pre" ISCSI_VERSION_STRING_SUFFIX ++#define ISCSI_VERSION_STRING "2.2.0" ISCSI_VERSION_STRING_SUFFIX diff -uprN orig/linux-3.2/include/scst/iscsi_scst_itf_ver.h linux-3.2/include/scst/iscsi_scst_itf_ver.h --- orig/linux-3.2/include/scst/iscsi_scst_itf_ver.h +++ linux-3.2/include/scst/iscsi_scst_itf_ver.h @@ -73598,7 +73598,7 @@ diff -uprN orig/linux-3.2/drivers/scst/qla2xxx-target/qla2x00t.h linux-3.2/drive +/* Version numbers, the same as for the kernel */ +#define Q2T_VERSION(a, b, c, d) (((a) << 030) + ((b) << 020) + (c) << 010 + (d)) +#define Q2T_VERSION_CODE Q2T_VERSION(2, 2, 0, 0) -+#define Q2T_VERSION_STRING "2.2.0-pre" ++#define Q2T_VERSION_STRING "2.2.0" +#define Q2T_PROC_VERSION_NAME "version" + +#define Q2T_MAX_CDB_LEN 16 @@ -79363,7 +79363,7 @@ diff -uprN orig/linux-3.2/drivers/scst/scst_local/scst_local.c linux-3.2/drivers +static unsigned long scst_local_trace_flag = SCST_LOCAL_DEFAULT_LOG_FLAGS; +#endif + -+#define SCST_LOCAL_VERSION "2.2.0-pre" ++#define SCST_LOCAL_VERSION "2.2.0" +static const char *scst_local_version_date = "20110901"; + +/* Some statistics */ |