Shorter ata driver and partition dev names
This commit is contained in:
@ -52,7 +52,7 @@ void diskpart_mbr_expose_partitions(StoreDev *sd, MBR *mbr) {
|
||||
};
|
||||
|
||||
char name1[100];
|
||||
ksprintf(name1, "%s-part%zu", name, i+1);
|
||||
ksprintf(name1, "%sp%zu", name, i+1);
|
||||
kprintf("%s\n", name1);
|
||||
storedev_create(STOREDEV_PARTSD, name1, &extra);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user