The patch titled memcg-coalescing-charge-by-percpu-fix has been removed from the -mm tree. Its filename was memcg-coalesce-charging-via-percpu-storage-fix.patch This patch was dropped because it was folded into memcg-coalesce-charging-via-percpu-storage.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: memcg-coalescing-charge-by-percpu-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> tweak comments Cc: Balbir Singh <balbir@xxxxxxxxxx> Cc: Daisuke Nishimura <nishimura@xxxxxxxxxxxxxxxxx> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memcontrol.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff -puN mm/memcontrol.c~memcg-coalesce-charging-via-percpu-storage-fix mm/memcontrol.c --- a/mm/memcontrol.c~memcg-coalesce-charging-via-percpu-storage-fix +++ a/mm/memcontrol.c @@ -1301,8 +1301,7 @@ static bool consume_stock(struct mem_cgr } /* - * Retruens stocks cached in percpu to res_counter and reset - * cached information. + * Returns stocks cached in percpu to res_counter and reset cached information. */ static void drain_stock(struct memcg_stock_pcp *stock) { @@ -1331,7 +1330,6 @@ static void drain_local_stock(struct wor * Cache charges(val) which is from res_counter, to local per_cpu area. * This will be consumed by consumt_stock() function, later. */ - static void refill_stock(struct mem_cgroup *mem, int val) { struct memcg_stock_pcp *stock = &get_cpu_var(memcg_stock); @@ -1350,7 +1348,6 @@ static void refill_stock(struct mem_cgro * expects some charges will be back to res_counter later but cannot wait for * it. */ - static void drain_all_stock_async(void) { int cpu; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch oom-kill-fix-numa-consraint-check-with-nodemask-v42.patch mb862xxfb-add-acceleration-support-for-coral-p-coral-pa-imageblt-copyarea-fillrect.patch ext2-avoid-warn-messages-when-failing-to-write-to-the-superblock.patch memcg-coalesce-charging-via-percpu-storage.patch memcg-coalesce-charging-via-percpu-storage-fix.patch memcg-code-cleanrm-unused-variable-in-mem_cgroup_resize_limit-cleanup.patch ipc-remove-unreachable-code-in-semc-fix.patch fs-cache-avoid-maybe-used-uninitialised-warning-on-variable.patch aio-dont-zero-out-the-pages-array-inside-struct-dio-fix.patch direct-io-cleanup-blockdev_direct_io-locking-checkpatch-fixes.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html