This would appear to be in error. Rob, please?

brucee

On Mon, Jul 27, 2015 at 9:24 AM, <[email protected]> wrote:

> why is devmnt using msize-IOHDRSZ to split up reads and writes instead
> of the iounit of the channel?
>
> mntrdwr():
>         ...
>                 nr = n;
>                 if(nr > m->msize-IOHDRSZ)
>                         nr = m->msize-IOHDRSZ;
>                 r->request.count = nr;
>
> --
> cinap
>
>

Reply via email to