From: Jes Sorensen Date: Fri, 21 Apr 2017 16:09:12 +0000 (-0400) Subject: maps: Remove incorrect comment about strcmp() X-Git-Tag: mdadm-4.1-rc1~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=966188e959ec198889bec6d2f9dac34bff97478f;p=thirdparty%2Fmdadm.git maps: Remove incorrect comment about strcmp() Signed-off-by: Jes Sorensen --- diff --git a/maps.c b/maps.c index 11dd3d20..81f29c41 100644 --- a/maps.c +++ b/maps.c @@ -141,10 +141,6 @@ mapping_t consistency_policies[] = { }; mapping_t sysfs_array_states[] = { - /* - * Beware map_name() uses strcmp() so active-idle must come before - * active, to be detected correctly. - */ { "active-idle", ARRAY_ACTIVE_IDLE }, { "active", ARRAY_ACTIVE }, { "clear", ARRAY_CLEAR },