lkml.org 
[lkml]   [2009]   [Apr]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [PATCH 21/41] CacheFiles: Permit the page lock state to be monitored [ver #48]
    Date
    On Saturday 04 April 2009 02:56:24 David Howells wrote:
    > Add a function to install a monitor on the page lock waitqueue for a particular
    > page, thus allowing the page being unlocked to be detected.
    >
    > This is used by CacheFiles to detect read completion on a page in the backing
    > filesystem so that it can then copy the data to the waiting netfs page.

    This is the only thing I'm still worried about in core code. The extra
    page flag (which is probably unusable for any other fs, due to its
    semantics) is an issue, but Andrew seemed like he was willing to spend
    *2* page flags on this, so I'm sure he's happy with 1.

    But this I still don't like.

    I didn't get any reply when asking about the asynchronous nature of
    this. It certainly adds huge complexity to the code, at points which
    can tend to be quite synchronous anyway.

    I would really like to know exactly why it *has* to be asynchronous,
    and see what the diff looks like between a simple synchronous design
    and what you have here.


    \
     
     \ /
      Last update: 2009-04-04 08:13    [W:4.910 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site