[PATCH] (6/25) Removing bogus arrays - ->driverfs_dev_arr[]
disk->driverfs_dev_arr is either NULL or consists of exactly one element. Same change as above (struct device ** -> struct device *); old "is the pointer to array itself NULL or not?" replaced with a flag (in disk->flags).
Showing
Please register or sign in to comment