Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ea2cb8
)
Branch b1_8
author
yangsheng
<yangsheng>
Thu, 3 Jul 2008 04:13:36 +0000
(
04:13
+0000)
committer
yangsheng
<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
patch
|
blob
|
history
diff --git
a/lustre/obdclass/lprocfs_status.c
b/lustre/obdclass/lprocfs_status.c
index
305be43
..
3961596
100644
(file)
--- 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_E
NTRY
();
+ LPROCFS_E
XIT
();
return NULL;
}