patch-2.3.99-pre9 linux/fs/partitions/check.c
Next file: linux/fs/pipe.c
Previous file: linux/fs/openpromfs/inode.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon May 15 12:08:51 2000
- Orig file:
v2.3.99-pre8/linux/fs/partitions/check.c
- Orig date:
Wed Apr 26 16:34:09 2000
diff -u --recursive --new-file v2.3.99-pre8/linux/fs/partitions/check.c linux/fs/partitions/check.c
@@ -134,6 +134,9 @@
case IDE0_MAJOR:
maj = "hd";
break;
+ case MD_MAJOR:
+ unit -= 'a'-'0';
+ break;
}
if (hd->major >= SCSI_DISK1_MAJOR && hd->major <= SCSI_DISK7_MAJOR) {
unit = unit + (hd->major - SCSI_DISK1_MAJOR + 1) * 16;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)