• Andrew Morton's avatar
    [PATCH] slabify iocontext + request_queue · 017474ed
    Andrew Morton authored
    From: Jens Axboe <axboe@suse.de>
    
    Move both request_queue and io_context allocation to a slab cache.
    
    This is mainly a space-saving exercise.  Some setups have a lot of disks
    and the kmalloc rounding-up can consume significant amounts of memory.
    017474ed
ll_rw_blk.c 76.9 KB