yes, though luckily it turns out to not matter.
except possibly on tapes..
the 2nd call in the raw case will probably finish immediatly
as the B_DONE flag will be set.

On Wed, 27 Jan 1999, Matthew Dillon wrote:

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


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to