mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-31 10:13:04 +09:00
Commit 9975da5f43 (ANDROID: mm: allow fast reclaim of shmem pages)
added support for fast shmem reclaim. Update allowed list with symbols
for the feature implementation.
Leaf changes summary: 1 artifact changed
Changed leaf types summary: 0 leaf type changed
Removed/Changed/Added functions summary: 0 Removed, 0 Changed, 1 Added function
Removed/Changed/Added variables summary: 0 Removed, 0 Changed, 0 Added variable
1 Added function:
[A] 'function void shmem_mark_page_lazyfree(page*)'
Bug: 187798288
Change-Id: If4e63537caca2867a9aac0cfbe5dcea2e5ab46a3
Signed-off-by: Vinayak Menon <vinmenon@codeaurora.org>