• Andrew Morton's avatar
    [PATCH] Stop using address_space.locked_pages · a1513309
    Andrew Morton authored
    Instead, use a radix-tree walk of the pages which are tagged as being under
    writeback.
    
    The new function wait_on_page_writeback_range() was generalised out of
    filemap_fdatawait().  We can later use this to provide concurrent fsync of
    just a section of a file.
    a1513309
swap_state.c 9.33 KB