block devices: use list and lock in block_subsys, instead of those defined in genhd.c.
Since block_subsys already contains a list and a lock, use those, instead of defining our own static ones. This allows struct gendisk::full_list to be removed. struct gendisk::list is also apparently unused, so it is removed also.
Showing
Please register or sign in to comment