mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 20:51:27 +00:00
Size of external names, like initiator names, increased.
Thanks to savik@alumni.technion.ac.il for pointing on it. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1094 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
/* Max size of various names */
|
||||
#define SCST_MAX_NAME 50
|
||||
|
||||
/* Max size of external names, like initiator name */
|
||||
#define SCST_MAX_EXTERNAL_NAME 256
|
||||
|
||||
/*
|
||||
* Size of sense sufficient to carry standard sense data.
|
||||
* Warning! It's allocated on stack!
|
||||
|
||||
@@ -104,8 +104,8 @@ struct scst_user_sess {
|
||||
aligned_u64 lun;
|
||||
uint16_t threads_num;
|
||||
uint8_t rd_only;
|
||||
char initiator_name[SCST_MAX_NAME];
|
||||
char target_name[SCST_MAX_NAME];
|
||||
char initiator_name[SCST_MAX_EXTERNAL_NAME];
|
||||
char target_name[SCST_MAX_EXTERNAL_NAME];
|
||||
};
|
||||
|
||||
struct scst_user_scsi_cmd_parse {
|
||||
|
||||
Reference in New Issue
Block a user