• Andrew Morton's avatar
    [PATCH] ramdisk memory allocation fixes · 5be8e6a2
    Andrew Morton authored
    Allocating pagecache pages within the disk request_fn is deadlocky and prone
    to page allocation failures, causing write I/O errors.
    
    Attempt to improve things by fiddling with gfp masks.
    5be8e6a2
rd.c 12.9 KB