ANDROID: mm: page_pinner: change function names
Make function name more clear to indicate what it's doing. Bug: 192475091 Signed-off-by: Minchan Kim <minchan@google.com> Change-Id: I6adabc0df6a54cf24d8287bf0f22cf7dcdc7ad03
This commit is contained in:
@@ -1233,7 +1233,7 @@ static inline void put_page(struct page *page)
|
||||
{
|
||||
page = compound_head(page);
|
||||
|
||||
page_pinner_migration_failed(page);
|
||||
page_pinner_put_page(page);
|
||||
|
||||
/*
|
||||
* For devmap managed pages we need to catch refcount transition from
|
||||
|
Reference in New Issue
Block a user