Aren't there are few BREAK statements missing from this ?
-Matt
Matthew Dillon
<[email protected]>
static int
devfs_strategy(struct vop_strategy_args *ap)
{
...
switch (ap->a_vp->v_type) {
case VCHR:
(*dnp->by.Cdev.cdevsw->d_strategy)(bp);
case VBLK:
(*dnp->by.Bdev.bdevsw->d_strategy)(bp);
}
return (0);
}
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message
