SR_DISKS
static unsigned long sr_index_bits[SR_DISKS / BITS_PER_LONG];
minor = find_first_zero_bit(sr_index_bits, SR_DISKS);
if (minor == SR_DISKS) {