From: Johannes Weiner Date: Wed, 23 Mar 2011 23:42:23 +0000 (-0700) Subject: memcg: remove impossible conditional when committing X-Git-Tag: v2.6.39-rc1~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c14f35c70e068392ccae0b2d6f755baea5eed4d6;p=pandora-kernel.git memcg: remove impossible conditional when committing No callsite ever passes a NULL pointer for a struct mem_cgroup * to the committing function. There is no need to check for it. Signed-off-by: Johannes Weiner Acked-by: KAMEZAWA Hiroyuki Cc: Daisuke Nishimura Cc: Balbir Singh Cc: Minchan Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed