summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2012-07-09 09:00:45 +0200
committerNeilBrown <neilb@suse.de>2012-07-09 09:00:45 +0200
commitf7d3febcd600d67f81bfe299498b8a13741d2bd0 (patch)
tree3cbd02b927082345a103c497a4ebc976f4260fe4 /mdadm.h
parentReadMe: various updates and corrections. (diff)
downloadmdadm-f7d3febcd600d67f81bfe299498b8a13741d2bd0.tar.xz
mdadm-f7d3febcd600d67f81bfe299498b8a13741d2bd0.zip
Use explicit non-char opt for --zero-super
As we don't allow '-K' for '--zero-super' there is no point using it internally. Just define a 'KillOpt' like with other options. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to '')
-rw-r--r--mdadm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdadm.h b/mdadm.h
index 4cf34ab1..bda557db 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -323,6 +323,7 @@ enum special_options {
Continue,
OffRootOpt,
Prefer,
+ KillOpt,
};
/* structures read from config file */