From 244775bb354f1820cff29468ab1f5624a67377a0 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Mon, 16 Mar 2009 18:46:17 +0000 Subject: [PATCH] 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 --- scst/include/scst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index 95c7b18d9..eb207e859 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -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