From: yangsheng Date: Thu, 3 Jul 2008 04:13:36 +0000 (+0000) Subject: Branch b1_8 X-Git-Tag: v1_8_0_110~419 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=977814813612c9f47beb9a87d987eab277a6174e;p=fs%2Flustre-release.git Branch b1_8 b=16041 i=shadow, zhenyu.xu Fixed the name error. --- diff --git a/lustre/obdclass/lprocfs_status.c b/lustre/obdclass/lprocfs_status.c index 305be43..3961596 100644 --- a/lustre/obdclass/lprocfs_status.c +++ b/lustre/obdclass/lprocfs_status.c @@ -69,7 +69,7 @@ struct proc_dir_entry *lprocfs_srch(struct proc_dir_entry *head, temp = temp->next; } - LPROCFS_ENTRY(); + LPROCFS_EXIT(); return NULL; }