Deleted Added
full compact
14c14
< * $FreeBSD: head/sys/kern/vfs_bio.c 58934 2000-04-02 15:24:56Z phk $
---
> * $FreeBSD: head/sys/kern/vfs_bio.c 59249 2000-04-15 05:54:02Z phk $
706c706
< biodone(bp);
---
> bufdone(bp);
2630c2630
< biodone(register struct buf * bp)
---
> biodone(struct bio * bip)
2631a2632,2637
> bufdone((struct buf *)bip);
> }
>
> void
> bufdone(struct buf *bp)
> {