diff options
-rw-r--r-- | sys/dev/ata/atapi-cd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ata/atapi-cd.c b/sys/dev/ata/atapi-cd.c index 6a8210c..2140ad0 100644 --- a/sys/dev/ata/atapi-cd.c +++ b/sys/dev/ata/atapi-cd.c @@ -1069,7 +1069,6 @@ acd_strategy(struct bio *bp) return; } - bp->bio_pblkno = bp->bio_blkno; bp->bio_resid = bp->bio_bcount; mtx_lock(&cdp->queue_mtx); |