From d1a5584d39ec2a7e17d4e76b360878a20e1b49a7 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 22 Aug 2008 17:41:03 +0000 Subject: [PATCH] b=15899 i=nathan i=adilger add OST pools --- lustre/tests/ll_getstripe_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 1.8.3.1