Whamcloud - gitweb
Branch b1_8
authoryangsheng <yangsheng>
Thu, 3 Jul 2008 04:13:36 +0000 (04:13 +0000)
committeryangsheng <yangsheng>
Thu, 3 Jul 2008 04:13:36 +0000 (04:13 +0000)
b=16041
i=shadow, zhenyu.xu

Fixed the name error.

lustre/obdclass/lprocfs_status.c

index 305be43..3961596 100644 (file)
@@ -69,7 +69,7 @@ struct proc_dir_entry *lprocfs_srch(struct proc_dir_entry *head,
 
                 temp = temp->next;
         }
-        LPROCFS_ENTRY();
+        LPROCFS_EXIT();
         return NULL;
 }