mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
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:
parent
5e07d2eb08
commit
5f42c894ff
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user