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

Contents 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.2 - (show annotations) (download)
Thu Dec 20 17:09:45 2007 UTC (16 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Not needed for sme8

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