Commit 0d2a260
mm: remove references to folio in __memcg_kmem_uncharge_page()
This use of folios is misleading because these pages are not part of
a folio. Remove an unnecessary call to page_folio(), saving 58 bytes
of text in a Debian kernel build.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Acked-by: Shakeel Butt <[email protected]>
Acked-by: Roman Gushchin <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Muchun Song <[email protected]>
Cc: Zi Yan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>1 parent 8492936 commit 0d2a260
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2726 | 2726 | | |
2727 | 2727 | | |
2728 | 2728 | | |
2729 | | - | |
2730 | | - | |
| 2729 | + | |
2731 | 2730 | | |
2732 | 2731 | | |
2733 | | - | |
| 2732 | + | |
2734 | 2733 | | |
2735 | 2734 | | |
2736 | | - | |
2737 | 2735 | | |
2738 | | - | |
| 2736 | + | |
2739 | 2737 | | |
2740 | 2738 | | |
2741 | 2739 | | |
| |||
0 commit comments