diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-10-18 17:24:51 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-10-18 17:24:51 +0000 |
| commit | 3a71ca7daa04bf8c75f9f8443964f9007a680d70 (patch) | |
| tree | 10e22bee3d409a6e6eacefefb4172d733392dc0d /sys/dev/ata/atapi-cd.c | |
| parent | 4cb4df483c6f0bbf48fd344d4840a962143a4c1a (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata/atapi-cd.c')
| -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 6a8210cd6f464..2140ad0c507df 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); |
