summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-08-11 18:00:05 +1000
committerNeil Brown <neilb@suse.de>2006-08-11 18:00:05 +1000
commit38098016cae12b5e840b3a5a24b0c5120a83971c (patch)
tree7d284c2cfbd34c92c9d08843d42e936e857aa5f4 /mdadm.h
parent0a6e1c6743122c3fb060ced194ce5f08690b31e6 (diff)
downloadmdadm-38098016cae12b5e840b3a5a24b0c5120a83971c.tar.gz
mdadm-38098016cae12b5e840b3a5a24b0c5120a83971c.tar.xz
mdadm-38098016cae12b5e840b3a5a24b0c5120a83971c.zip
Allow symlink creation to be disabled from command line or mdadm.conf
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdadm.h b/mdadm.h
index 420e6a3..29fc7c8 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -132,6 +132,7 @@ struct createinfo {
int gid;
int autof;
int mode;
+ int symlinks;
struct supertype *supertype;
};
@@ -167,6 +168,7 @@ enum special_options {
BackupFile,
HomeHost,
AutoHomeHost,
+ Symlinks,
};
/* structures read from config file */