Skip to content
Snippets Groups Projects
  • David Teigland's avatar
    c04fecb4
    dlm: use rsbtbl as resource directory · c04fecb4
    David Teigland authored
    
    Remove the dir hash table (dirtbl), and use
    the rsb hash table (rsbtbl) as the resource
    directory.  It has always been an unnecessary
    duplication of information.
    
    This improves efficiency by using a single rsbtbl
    lookup in many cases where both rsbtbl and dirtbl
    lookups were needed previously.
    
    This eliminates the need to handle cases of rsbtbl
    and dirtbl being out of sync.
    
    In many cases there will be memory savings because
    the dir hash table no longer exists.
    
    Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
    c04fecb4
    History
    dlm: use rsbtbl as resource directory
    David Teigland authored
    
    Remove the dir hash table (dirtbl), and use
    the rsb hash table (rsbtbl) as the resource
    directory.  It has always been an unnecessary
    duplication of information.
    
    This improves efficiency by using a single rsbtbl
    lookup in many cases where both rsbtbl and dirtbl
    lookups were needed previously.
    
    This eliminates the need to handle cases of rsbtbl
    and dirtbl being out of sync.
    
    In many cases there will be memory savings because
    the dir hash table no longer exists.
    
    Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.