From 3f7ea0edbf1b96673859f76047ef6903f9fb1b1d Mon Sep 17 00:00:00 2001 From: thantry Date: Wed, 23 Oct 2002 03:18:36 +0000 Subject: [PATCH] Some random double pointer error.. --- lustre/lov/lov_obd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/lov/lov_obd.c b/lustre/lov/lov_obd.c index 72a42a7..e729cd4 100644 --- a/lustre/lov/lov_obd.c +++ b/lustre/lov/lov_obd.c @@ -374,7 +374,7 @@ static int lov_create(struct lustre_handle *conn, struct obdo *oa, loi->loi_ost_idx = ost_idx; } - spin_unlock(&lov->lov->lock); + spin_unlock(&lov->lov_lock); CDEBUG(D_INODE, "allocating %d subobjs for objid "LPX64" at idx %d\n", lsm->lsm_stripe_count,lsm->lsm_object_id,lsm->lsm_stripe_offset); -- 1.8.3.1