commit | bc48f001de12225b6430a243504aa60b5ae8a91a | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Sep 27 06:08:57 2017 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 03 08:38:17 2017 -0600 |
tree | 9fbe2021803a2b70af2d8183a4330236aeccc4e1 | |
parent | 94dc24c0c59a224a093f110060d01c2c620f275a [diff] |
buffer: eliminate the need to call free_more_memory() in __getblk_slow() Since the previous commit removed any case where grow_buffers() would return failure due to memory allocations, we can safely remove the case where we have to call free_more_memory() in this function. Since this is also the last user of free_more_memory(), kill it off completely. Reviewed-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Jens Axboe <axboe@kernel.dk>