mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-02 14:17:14 +00:00
Merge of 812 and 806:
- Change in scstadmin/ChangeLog 'since' to 'for' in ChangeLog so the version isn't misleading - Fixes incorrect initiators.allow matching. Reported and tested by Dimitri Puzin <max@psycast.de>. - Fixes handling of tab character during parsing of initiators.allow and initiators.deny files - IET part of the version updated - TAGS updated - Comments in scst_targ.c about long ago gone scst_unregister_session_ex() fixed + Version updated to 1.0.1.1 git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/1.0.1.x@813 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
User space FILEIO handler
|
||||
=========================
|
||||
|
||||
Version 1.0.1, 27 April 2009
|
||||
----------------------------
|
||||
Version 1.0.1.1, XX XXXXX 2009
|
||||
------------------------------
|
||||
|
||||
User space program fileio_tgt uses interface of SCST's scst_user dev
|
||||
handler and allows to see how it works in various modes. Fileio_tgt
|
||||
|
||||
+1
-1
@@ -66,7 +66,7 @@ unsigned long trace_flag = DEFAULT_LOG_FLAGS;
|
||||
#endif /* defined(DEBUG) || defined(TRACING) */
|
||||
|
||||
#define DEF_BLOCK_SHIFT 9
|
||||
#define VERSION_STR "1.0.1"
|
||||
#define VERSION_STR "1.0.1.1"
|
||||
#define THREADS 7
|
||||
|
||||
struct vdisk_dev dev;
|
||||
|
||||
Reference in New Issue
Block a user