From 0ce3712f092a9c9f91d58c321ea864c119d13fd4 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 22 Aug 2002 21:27:13 -0700 Subject: [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. --- include/linux/raid/md_k.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux/raid') 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 */ -- cgit v1.2.3