mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 12:41:26 +00:00
Increase size of struct scst_dev_type.name to match scst_user's requirements
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@696 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -853,7 +853,7 @@ struct scst_dev_type {
|
||||
int length, int *eof, struct scst_dev_type *dev_type);
|
||||
|
||||
/* Name of the dev handler. Must be unique. MUST HAVE */
|
||||
char name[15];
|
||||
char name[60]; /* It's SCST_MAX_NAME + few more bytes for scst_user */
|
||||
|
||||
/*
|
||||
* Number of dedicated threads. If 0 - no dedicated threads will
|
||||
|
||||
Reference in New Issue
Block a user