diff options
| author | Carlos Llamas <[email protected]> | 2024-12-10 14:30:59 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2024-12-24 08:35:23 +0000 |
| commit | 49d2562c804fc4f43342b3254fe6fb87365c9046 (patch) | |
| tree | e6507c87ef69d2965556feb9cd1ed231e9ab8512 /drivers/android/binder_alloc.h | |
| parent | binder: concurrent page installation (diff) | |
| download | kernel-49d2562c804fc4f43342b3254fe6fb87365c9046.tar.gz kernel-49d2562c804fc4f43342b3254fe6fb87365c9046.zip | |
binder: select correct nid for pages in LRU
The numa node id for binder pages is currently being derived from the
lru entry under struct binder_lru_page. However, this object doesn't
reflect the node id of the struct page items allocated separately.
Instead, select the correct node id from the page itself. This was made
possible since commit 0a97c01cd20b ("list_lru: allow explicit memcg and
NUMA node selection").
Cc: Nhat Pham <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Suren Baghdasaryan <[email protected]>
Reviewed-by: Suren Baghdasaryan <[email protected]>
Signed-off-by: Carlos Llamas <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/android/binder_alloc.h')
0 files changed, 0 insertions, 0 deletions
