Remove wrong usage of BUF_REFCNT().

Spotted by: phk
This commit is contained in:
simokawa 2003-10-02 14:33:30 +00:00
parent b44bbbca7e
commit 198b7fae41

View File

@ -313,7 +313,6 @@ fwmem_strategy(struct bio *bp)
dev_t dev;
int unit, err=0, s, iolen;
KASSERT(BUF_REFCNT(bp) > 0, ("fwmem_strategy: bp %p not busy %d", bp, BUF_REFCNT(bp)));
dev = bp->bio_dev;
/* XXX check request length */