From d9943201731c4ecc6f0dc1cbcfe1800be8e80a53 Mon Sep 17 00:00:00 2001 From: Brian King Date: Wed, 13 Jul 2016 17:45:15 -0500 Subject: [PATCH] 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 --- iprconfig.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iprconfig.c b/iprconfig.c index ca469ca..d42f24a 100644 --- a/iprconfig.c +++ b/iprconfig.c @@ -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); }