Do bdget by gendisk and partition number
struct block_device * bdget_disk(struct gendisk * disk, int partno);
disk
gendisk of interest
partno
partition number
Find partition partno from disk, do bdget on it.
Don't care.
Resulting block_device on success, NULL on failure.