mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
Fixed a sparse warning by changing iscsi_main_thread_pool from a global
variable into a static variable. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2334 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -50,7 +50,7 @@ static struct kmem_cache *iscsi_cmnd_cache;
|
||||
static DEFINE_MUTEX(iscsi_threads_pool_mutex);
|
||||
static LIST_HEAD(iscsi_thread_pools_list);
|
||||
|
||||
struct iscsi_thread_pool *iscsi_main_thread_pool;
|
||||
static struct iscsi_thread_pool *iscsi_main_thread_pool;
|
||||
|
||||
static struct page *dummy_page;
|
||||
static struct scatterlist dummy_sg;
|
||||
|
||||
Reference in New Issue
Block a user