diff options
author | NeilBrown <neilb@suse.de> | 2012-07-09 09:00:45 +0200 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2012-07-09 09:00:45 +0200 |
commit | f7d3febcd600d67f81bfe299498b8a13741d2bd0 (patch) | |
tree | 3cbd02b927082345a103c497a4ebc976f4260fe4 /mdadm.h | |
parent | ReadMe: various updates and corrections. (diff) | |
download | mdadm-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -323,6 +323,7 @@ enum special_options { Continue, OffRootOpt, Prefer, + KillOpt, }; /* structures read from config file */ |