summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-06-02 05:33:40 +0000
committerNeil Brown <neilb@suse.de>2006-06-02 05:33:40 +0000
commit058574b1da29e875104043fe6ea5ff5cfb81ebd0 (patch)
treefc12fbcbc7f5bfa8a2019d8d865417b317aa6a3f /mdadm.h
parent1d1e104b0dee92f91e6b5037661a17f48748e934 (diff)
downloadmdadm-058574b1da29e875104043fe6ea5ff5cfb81ebd0.tar.gz
mdadm-058574b1da29e875104043fe6ea5ff5cfb81ebd0.tar.xz
mdadm-058574b1da29e875104043fe6ea5ff5cfb81ebd0.zip
Allow default metadata to be specified in mdadm.conf
CREATE metadata=1 in mdadm.conf will cause version-1 superblocks to be the default. Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdadm.h b/mdadm.h
index b7ae967..445af32 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -116,6 +116,7 @@ struct createinfo {
int gid;
int autof;
int mode;
+ struct supertype *supertype;
};
#define Name "mdadm"