diff options
author | Mateusz Kusiak <mateusz.kusiak@intel.com> | 2024-10-16 12:48:08 +0200 |
---|---|---|
committer | Mariusz Tkaczyk <mtkaczyk@kernel.org> | 2025-01-13 10:24:49 +0100 |
commit | cbc1cd589496a4ae16eb226a7fbad71a7d3d842d (patch) | |
tree | 542014ff47438d799fa6eb696ed00d627c38a864 /mdadm.h | |
parent | mdadm.man: Remove external bitmap (diff) | |
download | mdadm-cbc1cd589496a4ae16eb226a7fbad71a7d3d842d.tar.xz mdadm-cbc1cd589496a4ae16eb226a7fbad71a7d3d842d.zip |
Remove --freeze-reshape logic
This commit removes --freeze-reshape logic, it basicaly reverts
commit b76b30e0f950 ("Do not continue reshape during initrd phase").
--freeze-reshape was supposed to be used to restore critical sector in
incremental and assemble operations without starting a reshape process,
but it's meaning has been lost through the years and it is not
currently used.
A replacement for this logic will be added in incoming patches, so
reshapes won't be started in initrd phrase.
Signed-off-by: Mateusz Kusiak <mateusz.kusiak@intel.com>
Diffstat (limited to 'mdadm.h')
-rw-r--r-- | mdadm.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -530,7 +530,6 @@ enum special_options { RebuildMapOpt, InvalidBackup, UdevRules, - FreezeReshape, Continue, OffRootOpt, Prefer, @@ -680,7 +679,6 @@ struct context { int scan; int SparcAdjust; int delay; - int freeze_reshape; char *backup_file; int invalid_backup; char *action; |