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

index 22ce766..17b25b8 100644 (file)
@@ -90,7 +90,7 @@ static int ll_commitcbd_main(void *arg)
 
                 schedule_timeout(sbi->ll_commitcbd_timeout);
                 CERROR("commit callback daemon woken up - FIXME\n"); 
-                spin_unlock(&mgr->mgr_lock);
+                spin_unlock(&sbi->ll_commitcbd_lock);
         }
 
         sbi->ll_commitcbd_thread = NULL;