Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block: bdev: blockdev page cache is movable
While inspecting page blocks for the type of pages in them, I noticed a large number of blockdev cache in unmovable blocks. However, these pages are actually on the LRU, and their mapping has a .migrate_folio callback; they can be reclaimed and compacted as necessary. Put them into movable blocks, so they don't cause pollution, and subsequent proliferation, of unmovable blocks. Signed-off-by: Johannes Weiner <[email protected]>
- Loading branch information