aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>2003-03-13 09:12:17 +0000
committerSøren Schmidt <sos@FreeBSD.org>2003-03-13 09:12:17 +0000
commitf711eff1d2535ef8373ea8edf1071db50bad89b9 (patch)
tree177af1468eeca8e7e4ecaf8089f6160d82aada3d
parent6918962fad6b897d51b0b54c7bba12cce6cb2b06 (diff)
Notes
-rw-r--r--sys/dev/ata/atapi-cd.c5
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;