From: thantry Date: Wed, 23 Oct 2002 03:18:36 +0000 (+0000) Subject: Some random double pointer error.. X-Git-Tag: 0.5.15~9 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=3f7ea0edbf1b96673859f76047ef6903f9fb1b1d;p=fs%2Flustre-release.git Some random double pointer error.. --- 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);