Skip to content
  • David Teigland's avatar
    dlm: use more NOFS allocation · 748285cc
    David Teigland authored
    
    
    Change some GFP_KERNEL allocations to use either GFP_NOFS or
    ls_allocation (when available) which the fs sets to GFP_NOFS.
    The point is to prevent allocations from going back into the
    cluster fs in places where that might lead to deadlock.
    
    Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
    748285cc