Aren't there are few BREAK statements missing from this ?

                                        -Matt
                                        Matthew Dillon 
                                        <dil...@backplane.com>

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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to