diff options
author | Neil Brown <neilb@suse.de> | 2006-12-14 07:31:08 +0100 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2006-12-14 07:31:08 +0100 |
commit | d645b91a1baf44e4674900f1124841fe6c0a2410 (patch) | |
tree | a9b8cf2cfd89a3f8fc7dc35343d0703b5fac85e8 /super1.c | |
parent | Support --update=devicesize for cases where the underlying device can change ... (diff) | |
download | mdadm-d645b91a1baf44e4674900f1124841fe6c0a2410.tar.xz mdadm-d645b91a1baf44e4674900f1124841fe6c0a2410.zip |
Fix a misleading comment.
Diffstat (limited to 'super1.c')
-rw-r--r-- | super1.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 */ |