diff options
author | 2017-01-10 16:58:09 -0800 | |
---|---|---|
committer | 2017-01-10 18:31:55 -0800 | |
commit | 2976db8018532b624c4123ae662fbc0814877abf (patch) | |
tree | b909c1e2b30acf501415cd9fbcd32684cbde02d7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_frag_free (diff) | |
download | linux-dev-2976db8018532b624c4123ae662fbc0814877abf.tar.xz linux-dev-2976db8018532b624c4123ae662fbc0814877abf.zip |
mm: rename __page_frag functions to __page_frag_cache, drop order from drain
This patch does two things.
First it goes through and renames the __page_frag prefixed functions to
__page_frag_cache so that we can be clear that we are draining or
refilling the cache, not the frags themselves.
Second we drop the order parameter from __page_frag_cache_drain since we
don't actually need to pass it since all fragments are either order 0 or
must be a compound page.
Link: http://lkml.kernel.org/r/20170104023954.13451.5678.stgit@localhost.localdomain
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions