/[smeserver]/rpms/mdadm/sme8/mdadm-2.5.4-guid-printout.patch
ViewVC logotype

Annotation of /rpms/mdadm/sme8/mdadm-2.5.4-guid-printout.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 20:03:00 2007 UTC (17 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: mdadm-2_5_4-3_el5_sme
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 RSS 2.0 feed