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:
parent
7fb69a75ad
commit
d994320173
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue