diff options
author | Zhilong Liu <zlliu@suse.com> | 2017-05-31 13:38:36 +0200 |
---|---|---|
committer | Jes Sorensen <jsorensen@fb.com> | 2017-06-02 19:49:53 +0200 |
commit | ea1c4a8722605da9c2ce5dd1a8324b4f23a34b7a (patch) | |
tree | 500f43b7a67cdc72ebeb893c10ecaa78125e82e2 /md_u.h | |
parent | super1: fix sb->max_dev when adding a new disk in linear array (diff) | |
download | mdadm-ea1c4a8722605da9c2ce5dd1a8324b4f23a34b7a.tar.xz mdadm-ea1c4a8722605da9c2ce5dd1a8324b4f23a34b7a.zip |
md_u: Remove unused ioctl declaration of START_ARRAY
START_ARRAY is no longer used in the code, so get rid of it.
MD commit: fbedac04fa11 ("[PATCH] md: the scheduled removal
of the START_ARRAY ioctl for md") merged in the year 2006.
Signed-off-by: Zhilong Liu <zlliu@suse.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Diffstat (limited to 'md_u.h')
-rw-r--r-- | md_u.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -34,7 +34,6 @@ /* usage */ #define RUN_ARRAY _IOW (MD_MAJOR, 0x30, mdu_param_t) -#define START_ARRAY _IO (MD_MAJOR, 0x31) #define STOP_ARRAY _IO (MD_MAJOR, 0x32) #define STOP_ARRAY_RO _IO (MD_MAJOR, 0x33) #define RESTART_ARRAY_RW _IO (MD_MAJOR, 0x34) |