Skip to content
  1. Feb 25, 2010
    • David Teigland's avatar
      dlm: fix ordering of bast and cast · 7fe2b319
      David Teigland authored
      
      
      When both blocking and completion callbacks are queued for lock,
      the dlm would always deliver the completion callback (cast) first.
      In some cases the blocking callback (bast) is queued before the
      cast, though, and should be delivered first.  This patch keeps
      track of the order in which they were queued and delivers them
      in that order.
      
      This patch also keeps track of the granted mode in the last cast
      and eliminates the following bast if the bast mode is compatible
      with the preceding cast mode.  This happens when a remotely mastered
      lock is demoted, e.g. EX->NL, in which case the local node queues
      a cast immediately after sending the demote message.  In this way
      a cast can be queued for a mode, e.g. NL, that makes an in-transit
      bast extraneous.
      
      Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
      7fe2b319
  2. Feb 17, 2010
  3. Feb 16, 2010