From c4f12c134069e191b08074b4ed7ba689d0827d11 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 23 May 2006 04:57:04 +0000 Subject: Allow --update=name to update the name during assembly. Signed-off-by: Neil Brown --- mdadm.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mdadm.c') diff --git a/mdadm.c b/mdadm.c index 880fa94..42fcf07 100644 --- a/mdadm.c +++ b/mdadm.c @@ -566,6 +566,8 @@ int main(int argc, char *argv[]) continue; if (strcmp(update, "uuid")==0) continue; + if (strcmp(update, "name")==0) + continue; if (strcmp(update, "byteorder")==0) { if (ss) { fprintf(stderr, Name ": must not set metadata type with --update=byteorder.\n"); -- cgit