summaryrefslogtreecommitdiff
path: root/mdadm.h
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2012-07-09 17:18:48 +1000
committerNeilBrown <neilb@suse.de>2012-07-09 17:18:48 +1000
commit0937132db1a22d93d7bf3d866ed86befb6cbb6e0 (patch)
treeae55dc995ad978d63e26da8d15e8b72b9db351d4 /mdadm.h
parentba728be72f4b3f0b5cf56d19670a5cf117b0e373 (diff)
Discard 'quiet' context variable.
Just use negative verbose, now that we are ready for that. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdadm.h b/mdadm.h
index a32021b6..6957c5b2 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -378,7 +378,6 @@ struct context {
int readonly;
int runstop;
int verbose;
- int quiet;
int brief;
int force;
char *homehost;