Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d130c000 authored by Mike Sampson's avatar Mike Sampson Committed by Greg Kroah-Hartman
Browse files

Staging: lustre: mark a variable static in workitem.c



This fixes a sparse warning:
warning: symbol 'cfs_wi_data' was not declared. Should it be static?

Signed-off-by: default avatarMike Sampson <mike@sambodata.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent df3c9577
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,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 */