mm/readahead: add folio allocation helper
authorJens Axboe <axboe@kernel.dk>
Thu, 7 Nov 2024 19:06:31 +0000 (12:06 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 12 Dec 2024 19:34:27 +0000 (12:34 -0700)
commit114b869f925126ed7655fca083c83922cb05e7e9
tree8bbce6bd74d53880e37b9f4e17ee300026db1a04
parent5cd8d9d644253fd3dd87f895bb1533c7b1096503
mm/readahead: add folio allocation helper

Just a wrapper around filemap_alloc_folio() for now, but add it in
preparation for modifying the folio based on the 'ractl' being passed
in.

No functional changes in this patch.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
mm/readahead.c