summaryrefslogtreecommitdiff
path: root/md_u.h
diff options
context:
space:
mode:
authorZhilong Liu <zlliu@suse.com>2017-05-31 19:38:36 +0800
committerJes Sorensen <jsorensen@fb.com>2017-06-02 13:49:53 -0400
commitea1c4a8722605da9c2ce5dd1a8324b4f23a34b7a (patch)
tree500f43b7a67cdc72ebeb893c10ecaa78125e82e2 /md_u.h
parent68fee4af1703dc0bc0d1c9c99fd750e8dca3a131 (diff)
downloadmdadm-ea1c4a8722605da9c2ce5dd1a8324b4f23a34b7a.tar.gz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/md_u.h b/md_u.h
index d59aa2d..2d66d52 100644
--- a/md_u.h
+++ b/md_u.h
@@ -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)