From 309e9e1503a6127034534bb7c0f4a8793d197b0c Mon Sep 17 00:00:00 2001 From: phil Date: Thu, 21 Aug 2003 06:10:08 +0000 Subject: [PATCH] another spinlock typo --- lustre/osc/osc_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/osc/osc_create.c b/lustre/osc/osc_create.c index f5775db..6e2df9c 100644 --- a/lustre/osc/osc_create.c +++ b/lustre/osc/osc_create.c @@ -274,7 +274,7 @@ void oscc_init(struct lustre_handle *exph) memset(oed, 0, sizeof(*oed)); INIT_LIST_HEAD(&oed->oed_oscc.oscc_list); init_waitqueue_head(&oed->oed_oscc.oscc_waitq); - spin_lock_init(&oscc->oscc_lock); + spin_lock_init(&oed->oed_oscc.oscc_lock); oed->oed_oscc.oscc_exph = exph; oed->oed_oscc.oscc_osccd = &osc_created; oed->oed_oscc.oscc_kick_barrier = 50; -- 1.8.3.1