Skip to content
  • David Teigland's avatar
    dlm: add recovery callbacks · 60f98d18
    David Teigland authored
    
    
    These new callbacks notify the dlm user about lock recovery.
    GFS2, and possibly others, need to be aware of when the dlm
    will be doing lock recovery for a failed lockspace member.
    
    In the past, this coordination has been done between dlm and
    file system daemons in userspace, which then direct their
    kernel counterparts.  These callbacks allow the same
    coordination directly, and more simply.
    
    Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
    60f98d18