iprutils: Save known zeroed state for command line format

Ensure the known zeroed state gets saved in the adapter following
a format unit command from the command line.

Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
This commit is contained in:
Brian King 2016-07-13 17:45:15 -05:00
commit d994320173

View file

@ -13998,6 +13998,7 @@ static int format_for_raid(char **args, int num_args)
}
rc = send_dev_inits(NULL);
set_devs_format_completed();
free_devs_to_init();
return IPR_XLATE_DEV_FMT_RC(rc);
}