• Andrew Morton's avatar
    [PATCH] make alloc_buffer_head take gfp_flags · 8db50e8b
    Andrew Morton authored
    - alloc_buffer_head() should take the allocation mode as an arg, and not
      assume.
    
    - Use __GFP_NOFAIL in JBD's call to alloc_buffer_head().
    
    - Remove all the retry code from jbd_kmalloc() - do it via page allocator
      controls.
    8db50e8b
journal.c 51.8 KB