"Maxim V. Patlasov" <[email protected]> writes:

> Hi Miklos,
>
> So far as no objections appeared, I'll go ahead and replace fuse req->page 
> with
> req->pagevec. It will point to an array of structs:
>
> struct page_vec {
>     struct page    *pv_page;
>     unsigned int    pv_len;
>     unsigned int    pv_offset;
> };
>
> instead of 'struct page *' as it used to be. It seems to be what you suggested
> in one of your comments. Are you OK about it?

Yes, that's exactly what I was thinking.

Thanks,
Miklos

_______________________________________________
Devel mailing list
[email protected]
https://openvz.org/mailman/listinfo/devel

Reply via email to