diff options
author | Li Zetao <[email protected]> | 2024-08-29 02:29:08 +0800 |
---|---|---|
committer | David Sterba <[email protected]> | 2024-09-10 16:51:21 +0200 |
commit | faad57ae20190de6375e1c3a7144c7ae66ab4ddf (patch) | |
tree | a3c64660ba0cecd79dacac159934fe7a80ecbabf /lib/crypto/mpi/mpiutil.c | |
parent | aeb6d8814841ec106acc5ffea772d4102ffc72b6 (diff) |
btrfs: convert copy_inline_to_page() to use folio
The old page API is being gradually replaced and converted to use folio
to improve code readability and avoid repeated conversion between page
and folio. Moreover find_or_create_page() is compatible API, and it can
replaced with __filemap_get_folio(). Some interfaces have been converted
to use folio before, so the conversion operation from page can be
eliminated here.
Signed-off-by: Li Zetao <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpiutil.c')
0 files changed, 0 insertions, 0 deletions