ANDROID: mm: page_pinner: use EXPORT_SYMBOL_GPL
GKI requires EXPORT_SYMBOL_GPL so change it. Bug: 192475091 Signed-off-by: Minchan Kim <minchan@google.com> Change-Id: Iba310d0a78f6ddb1e7980177fe7c624d0a0f254a
This commit is contained in:
@@ -59,7 +59,7 @@ static bool page_pinner_enabled;
|
||||
DEFINE_STATIC_KEY_FALSE(page_pinner_inited);
|
||||
|
||||
DEFINE_STATIC_KEY_TRUE(failure_tracking);
|
||||
EXPORT_SYMBOL(failure_tracking);
|
||||
EXPORT_SYMBOL_GPL(failure_tracking);
|
||||
|
||||
static depot_stack_handle_t failure_handle;
|
||||
|
||||
@@ -350,7 +350,7 @@ void __page_pinner_migration_failed(struct page *page)
|
||||
acf_pinner.pinner[idx] = record;
|
||||
spin_unlock_irqrestore(&acf_pinner.lock, flags);
|
||||
}
|
||||
EXPORT_SYMBOL(__page_pinner_migration_failed);
|
||||
EXPORT_SYMBOL_GPL(__page_pinner_migration_failed);
|
||||
|
||||
void __page_pinner_mark_migration_failed_pages(struct list_head *page_list)
|
||||
{
|
||||
|
Reference in New Issue
Block a user