From 948fb73b04fa9b0f9a9e81e08040b79b65826a16 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Sun, 8 Nov 2015 11:48:28 +0000 Subject: New upstream release. --- mdassemble.c | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'mdassemble.c') diff --git a/mdassemble.c b/mdassemble.c index 674be11f..78d363a3 100644 --- a/mdassemble.c +++ b/mdassemble.c @@ -26,6 +26,8 @@ #include "mdadm.h" #include "md_p.h" +char const Name[] = "mdassemble"; + #ifndef MDASSEMBLE_AUTO /* from mdopen.c */ int open_mddev(char *dev, int report_errors/*unused*/) @@ -48,18 +50,6 @@ int create_mddev(char *dev, char *name, int autof/*unused*/, int trustworthy, return open_mddev(dev, 0); } #endif -int map_update(struct map_ent **mpp, char *devnm, char *metadata, - int *uuid, char *path) -{ - return 0; -} -struct map_ent *map_by_name(struct map_ent **mpp, char *name) -{ - return NULL; -} -int map_lock(struct map_ent **melp){return 0;} -void map_unlock(struct map_ent **melp){} -struct map_ent *map_by_uuid(struct map_ent **map, int uuid[4]){return NULL;} int rv; int mdfd = -1; -- cgit v1.2.3