summaryrefslogtreecommitdiff
path: root/include/linux/raid
diff options
context:
space:
mode:
authorNeil Brown <neilb@cse.unsw.edu.au>2002-08-22 21:27:13 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-08-22 21:27:13 -0700
commit0ce3712f092a9c9f91d58c321ea864c119d13fd4 (patch)
treefa6977dd7dd2d20b95d94698cba6ce31336e7827 /include/linux/raid
parent4bb044064cc6f91122cadccdf83e4b266fa6539c (diff)
[PATCH] md: Remove 'alias_device' flag.
This flag was used by multipath to make sure only one superblock was written, as there is only one real device. The relevant test is now more explicitly dependant on multipath, and the flag is gone.
Diffstat (limited to 'include/linux/raid')
-rw-r--r--include/linux/raid/md_k.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h
index 49fe38181bfb..721aa5d478d0 100644
--- a/include/linux/raid/md_k.h
+++ b/include/linux/raid/md_k.h
@@ -154,7 +154,6 @@ struct mdk_rdev_s
mdp_super_t *sb;
unsigned long sb_offset;
- int alias_device; /* device alias to the same disk */
int faulty; /* if faulty do not issue IO requests */
int in_sync; /* device is a full member of the array */