Whamcloud - gitweb
Fixed build break
authorpschwan <pschwan>
Mon, 15 Apr 2002 16:33:15 +0000 (16:33 +0000)
committerpschwan <pschwan>
Mon, 15 Apr 2002 16:33:15 +0000 (16:33 +0000)
lustre/llite/commit_callback.c

index 67592f5..22ce766 100644 (file)
@@ -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);
 }