Parent Directory | Revision Log | Revision Graph
Import on branch sme8 of package mdadm-2.5.4-3.el5.sme.src.rpm
1 | slords | 1.1 | --- mdadm-2.5.4/super1.c.printout 2006-11-09 12:35:20.000000000 -0500 |
2 | +++ mdadm-2.5.4/super1.c 2006-11-09 12:37:26.000000000 -0500 | ||
3 | @@ -345,8 +345,8 @@ static void brief_examine_super1(void *s | ||
4 | nm, | ||
5 | c?c:"-unknown-", __le32_to_cpu(sb->raid_disks)); | ||
6 | for (i=0; i<16; i++) { | ||
7 | - printf("%02x", sb->set_uuid[i]); | ||
8 | if ((i&3)==0 && i != 0) printf(":"); | ||
9 | + printf("%02x", sb->set_uuid[i]); | ||
10 | } | ||
11 | if (sb->set_name[0]) | ||
12 | printf(" name=%.32s", sb->set_name); |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |