mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 22:26:23 +00:00
Version: Update from 3.0.0 into 3.0.1
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6122 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -88,8 +88,8 @@ static unsigned long scst_local_trace_flag = SCST_LOCAL_DEFAULT_LOG_FLAGS;
|
||||
#define scsi_bufflen(cmd) ((cmd)->request_bufflen)
|
||||
#endif
|
||||
|
||||
#define SCST_LOCAL_VERSION "3.0"
|
||||
static const char *scst_local_version_date = "20110901";
|
||||
#define SCST_LOCAL_VERSION "3.0.1"
|
||||
static const char *scst_local_version_date = "20150223";
|
||||
|
||||
/* Some statistics */
|
||||
static atomic_t num_aborts = ATOMIC_INIT(0);
|
||||
|
||||
+1
-1
@@ -70,7 +70,7 @@
|
||||
/* Name of this kernel module. */
|
||||
#define DRV_NAME "ib_srpt"
|
||||
#define DRV_VERSION "3.0.1"
|
||||
#define DRV_RELDATE "September 4, 2014"
|
||||
#define DRV_RELDATE "February 23, 2015"
|
||||
#if defined(CONFIG_SCST_DEBUG) || defined(CONFIG_SCST_TRACING)
|
||||
/* Flags to be used in SCST debug tracing statements. */
|
||||
#define DEFAULT_SRPT_TRACE_FLAGS (TRACE_OUT_OF_MEM | TRACE_MINOR \
|
||||
|
||||
Reference in New Issue
Block a user