lkml.org 
[lkml]   [2012]   [Sep]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [PATCH 0/6] fuse: allocate req->pages[] dynamically
    Date
    "Maxim V. Patlasov" <mpatlasov@parallels.com> 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


    \
     
     \ /
      Last update: 2012-09-12 19:21    [W:2.074 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site