Skip to content
  • Steven Whitehouse's avatar
    [GFS2] Remove flags no longer required · e589665e
    Steven Whitehouse authored
    
    
    The HIF_MUTEX and HIF_PROMOTE flags were set on the glock holders
    depending upon which of the two waiters lists they were going to
    be queued upon. They were then tested when the holders were taken
    off the lists to ensure that the right type of holder was being
    dequeued.
    
    Since we are already using separate lists, there doesn't seem a
    lot of point having these flags as well, and since setting them
    and testing them is in the fast path for locking and unlocking
    glock, this patch removes them.
    
    Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
    e589665e