]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
md_u: Remove unused ioctl declaration of START_ARRAY
authorZhilong Liu <zlliu@suse.com>
Wed, 31 May 2017 11:38:36 +0000 (19:38 +0800)
committerJes Sorensen <jsorensen@fb.com>
Fri, 2 Jun 2017 17:49:53 +0000 (13:49 -0400)
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>
md_u.h

diff --git a/md_u.h b/md_u.h
index d59aa2d011e5e5cb354f8ab2cf98d6b3c6277de0..2d66d529bdf499a94f58b30507ac0553c22b6dbe 100644 (file)
--- 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)