diff options
| -rw-r--r-- | sys/dev/ata/atapi-cd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/ata/atapi-cd.c b/sys/dev/ata/atapi-cd.c index 88072fc92b3a0..e93372a260ff3 100644 --- a/sys/dev/ata/atapi-cd.c +++ b/sys/dev/ata/atapi-cd.c @@ -504,11 +504,6 @@ acdopen(dev_t dev, int flags, int fmt, struct thread *td) if (!cdp) return ENXIO; - if (flags & FWRITE) { - if (count_dev(dev) > 1) - return EBUSY; - } - /* wait if drive is not finished loading the medium */ while (timeout--) { struct atapi_reqsense *sense = cdp->device->result; |
