aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.h
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2011-01-31 12:10:09 +1100
committerNeilBrown <neilb@suse.de>2011-01-31 12:10:09 +1100
commitf21e9ff7f77d41ceca4e1e5ee5a4efa5ad7a5e40 (patch)
treec6bf9c0457ae891505983c1493bf15856e815c5b /drivers/md/md.h
parent50da08409654e036c4c964a473567a61a654cb83 (diff)
downloadkernel_samsung_smdk4412-f21e9ff7f77d41ceca4e1e5ee5a4efa5ad7a5e40.zip
kernel_samsung_smdk4412-f21e9ff7f77d41ceca4e1e5ee5a4efa5ad7a5e40.tar.gz
kernel_samsung_smdk4412-f21e9ff7f77d41ceca4e1e5ee5a4efa5ad7a5e40.tar.bz2
md: Remove the AllReserved flag for component devices.
This flag is not needed and is used badly. Devices that are included in a native-metadata array are reserved exclusively for that array - and currently have AllReserved set. They all are bd_claimed for the rdev and so cannot be shared. Devices that are included in external-metadata arrays can be shared among multiple arrays - providing there is no overlap. These are bd_claimed for md in general - not for a particular rdev. When changing the amount of a device that is used in an array we need to check for overlap. This currently includes a check on AllReserved So even without overlap, sharing with an AllReserved device is not allowed. However the bd_claim usage already precludes sharing with these devices, so the test on AllReserved is not needed. And in fact it is wrong. As this is the only use of AllReserved, simply remove all usage and definition of AllReserved. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/md.h')
-rw-r--r--drivers/md/md.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/md/md.h b/drivers/md/md.h
index eec517c..7e90b85 100644
--- a/drivers/md/md.h
+++ b/drivers/md/md.h
@@ -93,8 +93,6 @@ struct mdk_rdev_s
#define Faulty 1 /* device is known to have a fault */
#define In_sync 2 /* device is in_sync with rest of array */
#define WriteMostly 4 /* Avoid reading if at all possible */
-#define AllReserved 6 /* If whole device is reserved for
- * one array */
#define AutoDetected 7 /* added by auto-detect */
#define Blocked 8 /* An error occured on an externally
* managed array, don't allow writes