Whamcloud - gitweb
LU-1581 utils: osd_make_lustre() wrapper
[fs/lustre-release.git] / lustre / utils / mkfs_lustre.c
index 070cb20..25401d3 100644 (file)
@@ -678,7 +678,7 @@ int main(int argc, char *const argv[])
         }
 
         /* Format the backing filesystem */
         }
 
         /* Format the backing filesystem */
-        ret = make_lustre_backfs(&mop);
+       ret = osd_make_lustre(&mop);
         if (ret != 0) {
                 fatal();
                 fprintf(stderr, "mkfs failed %d\n", ret);
         if (ret != 0) {
                 fatal();
                 fprintf(stderr, "mkfs failed %d\n", ret);