You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed
And remove the now unneeded number field. Also fixes all drivers that set these fields. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
@@ -1805,8 +1805,6 @@ static void getgeometry(int ctlr)
|
||||
|
||||
}
|
||||
|
||||
sprintf(disk->devfs_name, "ida/c%dd%d", ctlr, log_unit);
|
||||
|
||||
info_p->phys_drives =
|
||||
sense_config_buf->ctlr_phys_drv;
|
||||
info_p->drv_assign_map
|
||||
|
||||
Reference in New Issue
Block a user