diff options
| author | Neil Brown <neilb@cse.unsw.edu.au> | 2002-08-22 21:27:13 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-08-22 21:27:13 -0700 |
| commit | 0ce3712f092a9c9f91d58c321ea864c119d13fd4 (patch) | |
| tree | fa6977dd7dd2d20b95d94698cba6ce31336e7827 /include/linux/raid | |
| parent | 4bb044064cc6f91122cadccdf83e4b266fa6539c (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.h | 1 |
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 */ |
