Skip to content
  • Steven Whitehouse's avatar
    [GFS2] Introduce gfs2_set_aops() · 5561093e
    Steven Whitehouse authored
    
    
    Just like ext3 we now have three sets of address space operations
    to cover the cases of writeback, ordered and journalled data
    writes. This means that the individual operations can now become
    less complicated as we are able to remove some of the tests for
    file data mode from the code.
    
    Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
    5561093e