Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
percpu: add an indirection ptr for chunk page map access
Impact: allow sharing page map, no functional difference yet Make chunk->page access indirect by adding a pointer and renaming the actual array to page_ar. This will be used by future changes. Signed-off-by: Tejun Heo <tj@kernel.org>
- Loading branch information