summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2010-07-01 17:36:11 -0700
committerDan Williams <dan.j.williams@intel.com>2010-07-01 17:36:11 -0700
commitd19e3cfb6627c40e3a28454ebc2098c0e19b9a77 (patch)
tree362fe9dceb5037be4f48ffc2cf9ddfd9e2635c34 /mdadm.h
parent8cfc801c72f079618b39d04c2e0fe32adbc2474e (diff)
parent23eb475a96b1b0cf7f8feaeb7b32355b80e8faa7 (diff)
downloadmdadm-d19e3cfb6627c40e3a28454ebc2098c0e19b9a77.tar.gz
mdadm-d19e3cfb6627c40e3a28454ebc2098c0e19b9a77.tar.xz
mdadm-d19e3cfb6627c40e3a28454ebc2098c0e19b9a77.zip
Merge branch 'fixes' into for-neil
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/mdadm.h b/mdadm.h
index 798713c..03aa329 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -205,7 +205,9 @@ struct mdinfo {
int container_member; /* for assembling external-metatdata arrays
* This is to be used internally by metadata
* handler only */
-
+ int container_enough; /* flag external handlers can set to
+ * indicate that subarrays have not enough (-1),
+ * enough to start (0), or all expected disks (1) */
char sys_name[20];
struct mdinfo *devs;
struct mdinfo *next;
@@ -405,7 +407,6 @@ enum sysfs_read_flags {
GET_SIZE = (1 << 12),
GET_STATE = (1 << 13),
GET_ERROR = (1 << 14),
- SKIP_GONE_DEVS = (1 << 15),
};
/* If fd >= 0, get the array it is open on,