summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
authorMateusz Kusiak <mateusz.kusiak@intel.com>2024-10-16 12:48:08 +0200
committerMariusz Tkaczyk <mtkaczyk@kernel.org>2025-01-13 10:24:49 +0100
commitcbc1cd589496a4ae16eb226a7fbad71a7d3d842d (patch)
tree542014ff47438d799fa6eb696ed00d627c38a864 /mdadm.h
parentmdadm.man: Remove external bitmap (diff)
downloadmdadm-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mdadm.h b/mdadm.h
index 77705b11..6062e167 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -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;