Skip to content
  • Steven Whitehouse's avatar
    [GFS2] Clean up ordered write code · d7b616e2
    Steven Whitehouse authored
    
    
    The following patch removes the ordered write processing from
    databuf_lo_before_commit() and moves it to log.c. This has the effect of
    greatly simplyfying databuf_lo_before_commit() and well as potentially
    making the ordered write code more efficient.
    
    As a side effect of this, its now possible to remove ordered buffers
    from the ordered buffer list at any time, so we now make use of this in
    invalidatepage and releasepage to ensure timely release of these
    buffers.
    
    Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
    d7b616e2