gdrom_is_busy
while (!gdrom_is_busy() && time_before(jiffies, timeout))
while (gdrom_is_busy() && time_before(jiffies, timeout))