From f4cdb04914d4811d9f182cf6fd05df04ad959009 Mon Sep 17 00:00:00 2001 From: pschwan Date: Mon, 15 Apr 2002 16:33:15 +0000 Subject: [PATCH] Fixed build break --- lustre/llite/commit_callback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/commit_callback.c b/lustre/llite/commit_callback.c index 67592f5..22ce766 100644 --- a/lustre/llite/commit_callback.c +++ b/lustre/llite/commit_callback.c @@ -48,7 +48,7 @@ static int ll_commitcbd_check_event(struct ll_sb_info *sbi) GOTO(out, rc = 1); out: - spin_unlock(&mgr->mgr_lock); + spin_unlock(&sbi->ll_commitcbd_lock); RETURN(rc); } -- 1.8.3.1