commit | 4b13f64de25686583db3e359b1b8e59049278b50 | [log] [tgz] |
---|---|---|
author | Roman Gushchin <[email protected]> | Wed Apr 01 21:06:56 2020 -0700 |
committer | Linus Torvalds <[email protected]> | Thu Apr 02 09:35:28 2020 -0700 |
tree | 01c162d78f334e1c650f6549df41c3e9be3d7f2a | |
parent | 9c315e4d7d8c3bddad3893777bbab4164b298818 [diff] |
mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge() Drop the _memcg suffix from (__)memcg_kmem_(un)charge functions. It's shorter and more obvious. These are the most basic functions which are just (un)charging the given cgroup with the given amount of pages. Also fix up the corresponding comments. Signed-off-by: Roman Gushchin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Reviewed-by: Shakeel Butt <[email protected]> Acked-by: Johannes Weiner <[email protected]> Cc: Michal Hocko <[email protected]> Cc: Vladimir Davydov <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>