Skip to content
  • Sage Weil's avatar
    ceph: make lease code DN specific · dd1c9057
    Sage Weil authored
    
    
    The lease code includes a mask in the CEPH_LOCK_* namespace, but that
    namespace is changing, and only one mask (formerly _DN == 1) is used, so
    hard code for that value for now.
    
    If we ever extend this code to handle leases over different data types we
    can extend it accordingly.
    
    Signed-off-by: default avatarSage Weil <sage@newdream.net>
    dd1c9057