Remove wrong usage of BUF_REFCNT().

Spotted by: phk
This commit is contained in:
Hidetoshi Shimokawa 2003-10-02 14:33:30 +00:00
parent 9eb73373e7
commit c44a734c56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120664

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 */