X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/436518b98f7256e502c2794f2ceb38b310f7799f..41888f1633c1339d2f01b12ee2799c96530262dd:/usr/src/sys/kern/kern_physio.c diff --git a/usr/src/sys/kern/kern_physio.c b/usr/src/sys/kern/kern_physio.c index ae2c0bad64..83f411aa28 100644 --- a/usr/src/sys/kern/kern_physio.c +++ b/usr/src/sys/kern/kern_physio.c @@ -1,4 +1,4 @@ -/* kern_physio.c 3.6 %H% */ +/* kern_physio.c 3.8 %G% */ #include "../h/param.h" #include "../h/systm.h" @@ -584,8 +584,6 @@ swap(p, dblkno, addr, nbytes, rdflg, flag, dev, pfcent) bp->b_bcount = c; bp->b_blkno = dblkno; bp->b_dev = dev; - if (dev == swapdev) - bp->b_blkno += swplo; (*bdevsw[major(dev)].d_strategy)(bp); if (flag & B_DIRTY) { if (c < nbytes)