Hi Eric,

If you want to do another "pedantic" patchie, check out these printk()
s in fs/partitions/ibm.c:

         printk("CMS1/%8s(MDSK):", name);
         printk("CMS1/%8s:", name);
         printk("VOL1/%8s:", name);
         printk ("LNX1/%8s:", name);
         printk("(nonl)/%8s:", name);

Mind you, there might be some strange reason to right justify a 6
byte serial in an 8 byte field, but the reason escapes me.  It
certainly can't be for alignment since the first and last examples
throw it off:

/dev/dasd/1250:VOL1/  0x1250: p1
/dev/dasd/1251:VOL1/  0X1251: p1
/dev/dasd/1252:VOL1/  0X1252: p1
/dev/dasd/1253:VOL1/  0X1253: p1
/dev/dasd/2250:CMS1/  LX2250(MDSK): p1
/dev/dasd/2251:(nonl)/        : p1
/dev/dasd/2253:CMS1/  LX2253(MDSK): p1

I know, I know...Leland needs to get a life...  :-D

Leland

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to