Whamcloud - gitweb
LU-5396 libcfs: make some functions static
[fs/lustre-release.git] / libcfs / libcfs / workitem.c
index 722b25d..0e56a3f 100644 (file)
@@ -77,7 +77,7 @@ typedef struct cfs_wi_sched {
        char                    ws_name[CFS_WS_NAME_LEN];
 } cfs_wi_sched_t;
 
-struct cfs_workitem_data {
+static struct cfs_workitem_data {
        /** serialize */
        spinlock_t              wi_glock;
        /** list of all schedulers */