diff options
| author | Matthew Wilcox (Oracle) <[email protected]> | 2024-04-17 17:56:56 +0000 |
|---|---|---|
| committer | Dave Kleikamp <[email protected]> | 2024-05-28 01:37:06 +0000 |
| commit | ad6c19e5f9323a2e6c6d1316e53f71f305a6a60f (patch) | |
| tree | 1b45913ce296c42963ef1fff4408c211c689e599 /drivers/fpga/tests/fpga-mgr-test.c | |
| parent | jfs: Convert force_metapage to use a folio (diff) | |
| download | kernel-ad6c19e5f9323a2e6c6d1316e53f71f305a6a60f.tar.gz kernel-ad6c19e5f9323a2e6c6d1316e53f71f305a6a60f.zip | |
jfs: Change metapage->page to metapage->folio
Convert all the users to operate on a folio. Saves sixteen calls to
compound_head(). We still use sizeof(struct page) in print_hex_dump,
otherwise it will go into the second and third pages of the folio which
won't exist for jfs folios (since they are not large). This needs a
better solution, but finding it can be postponed.
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Signed-off-by: Dave Kleikamp <[email protected]>
Diffstat (limited to 'drivers/fpga/tests/fpga-mgr-test.c')
0 files changed, 0 insertions, 0 deletions
