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:
5504d8a
)
b=17299
author
nathan
<nathan>
Fri, 10 Oct 2008 19:08:44 +0000
(19:08 +0000)
committer
nathan
<nathan>
Fri, 10 Oct 2008 19:08:44 +0000
(19:08 +0000)
i=adilger
i=nathan
rename MAXPOOLAME with LOV_MAXPOOLNAME
lustre/include/lustre/liblustreapi.h
patch
|
blob
|
history
diff --git
a/lustre/include/lustre/liblustreapi.h
b/lustre/include/lustre/liblustreapi.h
index
f17fdfe
..
e4d4dfe
100644
(file)
--- a/
lustre/include/lustre/liblustreapi.h
+++ b/
lustre/include/lustre/liblustreapi.h
@@
-136,7
+136,7
@@
struct find_param {
unsigned int depth;
dev_t st_dev;
- char poolname[
MAXPOOLNAME+
1];
+ char poolname[
LOV_MAXPOOLNAME +
1];
};
extern int llapi_getstripe(char *path, struct find_param *param);