[Devel] Re: [PATCH][for -mm] Fix and Enhancements for memory cgroup [2/6] fix err handling in charging
Balbir Singh
balbir at linux.vnet.ibm.com
Tue Oct 9 03:48:08 PDT 2007
KAMEZAWA Hiroyuki wrote:
> This unlock_page_cgroup() is unnecessary.
>
> Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu at jp.fujitsu.com>
>
>
> mm/memcontrol.c | 2 --
> 1 file changed, 2 deletions(-)
>
> Index: linux-2.6.23-rc8-mm2/mm/memcontrol.c
> ===================================================================
> --- linux-2.6.23-rc8-mm2.orig/mm/memcontrol.c
> +++ linux-2.6.23-rc8-mm2/mm/memcontrol.c
> @@ -381,9 +381,7 @@ done:
> return 0;
> free_pc:
> kfree(pc);
> - return -ENOMEM;
> err:
> - unlock_page_cgroup(page);
> return -ENOMEM;
> }
>
>
Looks good to me
Acked-by: Balbir Singh <balbir at linux.vnet.ibm.com>
--
Warm Regards,
Balbir Singh
Linux Technology Center
IBM, ISTL
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list