From 8592f29d642655a2b337b010dfa435a10b362769 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Thu, 4 Dec 2008 16:08:33 +1100 Subject: 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 --- mdadm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdadm.h') 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. -- cgit