From 79d5b92465937e44c2307ee1b280f7e28bf9013f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 23 Feb 2015 13:37:42 +0000 Subject: [PATCH] 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@6121 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 26f7f4cac..1ef6917ad 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -80,7 +80,7 @@ static struct scst_trace_log vdisk_local_trace_tbl[] = { #define SCST_FIO_VENDOR "SCST_FIO" #define SCST_BIO_VENDOR "SCST_BIO" /* 4 byte ASCII Product Revision Level - left aligned */ -#define SCST_FIO_REV " 300" +#define SCST_FIO_REV " 301" #define MAX_USN_LEN (20+1) /* For '\0' */ #define MAX_INQ_VEND_SPECIFIC_LEN (INQ_BUF_SZ - 96)