ANDROID: mm: Export total_swapcache_pages

Export total_swapcache_pages symbol which is used
as part of meminfo collection from minidump module.

Bug: 176277894
Change-Id: I75f508555b7f310c1aee788a7e300862abccba93
Signed-off-by: Vijayanand Jitta <vjitta@codeaurora.org>
This commit is contained in:
Vijayanand Jitta 2020-12-29 15:43:42 +05:30
parent 5e07d2eb08
commit 5f42c894ff

View File

@ -93,6 +93,7 @@ unsigned long total_swapcache_pages(void)
}
return ret;
}
EXPORT_SYMBOL_GPL(total_swapcache_pages);
static atomic_t swapin_readahead_hits = ATOMIC_INIT(4);