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:
af90fa9
)
b=15899
author
nathan
<nathan>
Fri, 22 Aug 2008 17:41:03 +0000
(17:41 +0000)
committer
nathan
<nathan>
Fri, 22 Aug 2008 17:41:03 +0000
(17:41 +0000)
i=nathan
i=adilger
add OST pools
lustre/tests/ll_getstripe_info.c
patch
|
blob
|
history
diff --git
a/lustre/tests/ll_getstripe_info.c
b/lustre/tests/ll_getstripe_info.c
index
4b61102
..
ca5093c
100644
(file)
--- a/
lustre/tests/ll_getstripe_info.c
+++ b/
lustre/tests/ll_getstripe_info.c
@@
-64,7
+64,7
@@
int main(int argc, char** argv)
return 1;
}
- lum_size = lov_mds_md_size(MAX_LOV_UUID_COUNT);
+ lum_size = lov_mds_md_size(MAX_LOV_UUID_COUNT
, LOV_MAGIC
);
if ((lum_file = (struct lov_user_md *)malloc(lum_size)) == NULL) {
fprintf(stderr, "unable to allocate memory for ioctl's");