diff options
author | Zhilong Liu <zlliu@suse.com> | 2017-05-11 10:52:41 +0200 |
---|---|---|
committer | Jes Sorensen <jsorensen@fb.com> | 2017-05-11 17:45:44 +0200 |
commit | e644902ddbc66d58a3fd4353c9539276ee1fabd7 (patch) | |
tree | bef4c605c06d918f3d9e25c62a292fac72d4fa6d /Build.c | |
parent | IMSM: Correct --examine output for 4k disks (diff) | |
download | mdadm-e644902ddbc66d58a3fd4353c9539276ee1fabd7.tar.xz mdadm-e644902ddbc66d58a3fd4353c9539276ee1fabd7.zip |
retire the APIs that driver no longer supports
refer to commit: e6e5f8f1267d ("Build: Stop
bothering about supporting md driver ...")
continue to retire the APIs that md driver
wasn't supported for very long period of time.
Signed-off-by: Zhilong Liu <zlliu@suse.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Diffstat (limited to 'Build.c')
-rw-r--r-- | Build.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -24,10 +24,6 @@ #include "mdadm.h" -#define REGISTER_DEV _IO (MD_MAJOR, 1) -#define START_MD _IO (MD_MAJOR, 2) -#define STOP_MD _IO (MD_MAJOR, 3) - int Build(char *mddev, struct mddev_dev *devlist, struct shape *s, struct context *c) { |