1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-11-02 04:23:50 +03:00

Rename validate_vg_create_params to vgcreate_params_validate.

This commit is contained in:
Dave Wysochanski
2009-11-01 20:05:17 +00:00
parent 2a924b3eaf
commit a42efe6bdf
4 changed files with 6 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ int vgcreate(struct cmd_context *cmd, int argc, char **argv)
if (vgcreate_params_set_from_args(cmd, &vp_new, &vp_def))
return EINVALID_CMD_LINE;
if (validate_vg_create_params(cmd, &vp_new))
if (vgcreate_params_validate(cmd, &vp_new))
return EINVALID_CMD_LINE;
/* Create the new VG */