Whamcloud - gitweb
b=17167 libcfs: ensure all libcfs exported symbols to have cfs_ prefix
[fs/lustre-release.git] / lustre / obdfilter / filter_log.c
index a8caad3..e32bea2 100644 (file)
@@ -259,9 +259,9 @@ int filter_recov_log_mds_ost_cb(struct llog_handle *llh,
                 RETURN(LLOG_PROC_BREAK);
 
         if (rec == NULL) {
-                spin_lock_bh(&ctxt->loc_obd->obd_processing_task_lock);
+                cfs_spin_lock_bh(&ctxt->loc_obd->obd_processing_task_lock);
                 ctxt->loc_obd->u.filter.fo_mds_ost_sync = 0;
-                spin_unlock_bh(&ctxt->loc_obd->obd_processing_task_lock);
+                cfs_spin_unlock_bh(&ctxt->loc_obd->obd_processing_task_lock);
                 RETURN(0);
         }