Files
Jens Axboe fb2ba23ee7 buffer: have alloc_page_buffers() use __GFP_NOFAIL
Instead of adding weird retry logic in that function, utilize
__GFP_NOFAIL to ensure that the vm takes care of handling any
potential retries appropriately. This means we don't have to
call free_more_memory() from here.

Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2025-11-26 01:41:10 +05:30
..
2020-04-24 08:01:20 +02:00
2025-09-05 11:40:04 +05:30
2021-11-22 17:20:47 +00:00