From d645b91a1baf44e4674900f1124841fe6c0a2410 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 14 Dec 2006 17:31:08 +1100 Subject: [PATCH] Fix a misleading comment. --- super1.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/super1.c b/super1.c index 368d9bcf..140f6371 100644 --- a/super1.c +++ b/super1.c @@ -524,7 +524,9 @@ static int update_super1(struct mdinfo *info, void *sbv, char *update, } if (strcmp(update, "grow") == 0) { sb->raid_disks = __cpu_to_le32(info->array.raid_disks); - /* FIXME */ + /* As we are just adding a spare, there is no need to + * make any change to the dev_roles array + */ } if (strcmp(update, "resync") == 0) { /* make sure resync happens */ -- 2.39.2