Skip to content
  • Steven Whitehouse's avatar
    [GFS2] Simplify glops functions · 1a14d3a6
    Steven Whitehouse authored
    
    
    The go_sync callback took two flags, but one of them was set on every
    call, so this patch removes once of the flags and makes the previously
    conditional operations (on this flag), unconditional.
    
    The go_inval callback took three flags, each of which was set on every
    call to it. This patch removes the flags and makes the operations
    unconditional, which makes the logic rather more obvious.
    
    Two now unused flags are also removed from incore.h.
    
    Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
    1a14d3a6