aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/lustre/lustre/osc/osc_request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/osc/osc_request.c b/drivers/staging/lustre/lustre/osc/osc_request.c
index b9450b95f1c5..0adfa707a763 100644
--- a/drivers/staging/lustre/lustre/osc/osc_request.c
+++ b/drivers/staging/lustre/lustre/osc/osc_request.c
@@ -3332,7 +3332,7 @@ extern struct lu_kmem_descr osc_caches[];
3332extern spinlock_t osc_ast_guard; 3332extern spinlock_t osc_ast_guard;
3333extern struct lock_class_key osc_ast_guard_class; 3333extern struct lock_class_key osc_ast_guard_class;
3334 3334
3335int __init osc_init(void) 3335static int __init osc_init(void)
3336{ 3336{
3337 struct lprocfs_static_vars lvars = { NULL }; 3337 struct lprocfs_static_vars lvars = { NULL };
3338 int rc; 3338 int rc;