From: nathan Date: Fri, 22 Aug 2008 17:41:03 +0000 (+0000) Subject: b=15899 X-Git-Tag: v1_7_140~1^13 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d1a5584d39ec2a7e17d4e76b360878a20e1b49a7;p=fs%2Flustre-release.git b=15899 i=nathan i=adilger add OST pools --- diff --git a/lustre/tests/ll_getstripe_info.c b/lustre/tests/ll_getstripe_info.c index 4b61102..ca5093c 100644 --- 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");