summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2008-12-04 16:08:33 +1100
committerNeilBrown <neilb@suse.de>2008-12-04 16:08:33 +1100
commit8592f29d642655a2b337b010dfa435a10b362769 (patch)
treeb61030d5686072c0469c49bf273360d116050251 /mdadm.h
parente46273ebe4ce6dee3ecbb640027cd3c3eca9a921 (diff)
downloadmdadm-8592f29d642655a2b337b010dfa435a10b362769.tar.gz
mdadm-8592f29d642655a2b337b010dfa435a10b362769.tar.xz
mdadm-8592f29d642655a2b337b010dfa435a10b362769.zip
Create: support autolayout when creating in a DDF
If, when creating an array, a signal target device is given which is a container, then allow the metadata handler to choose which devices to use. This is currently only supported for DDF. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdadm.h b/mdadm.h
index b0966e6..610e1d1 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -448,7 +448,7 @@ extern struct superswitch {
*/
void (*uuid_from_super)(struct supertype *st, int uuid[4]);
- /* Extra generic details from metadata. This could be details about
+ /* Extract generic details from metadata. This could be details about
* the container, or about an individual array within the container.
* The determination is made either by:
* load_super being given a 'component' string.