From: KAMEZAWA Hiroyuki Date: Thu, 2 Apr 2009 23:57:47 +0000 (-0700) Subject: memcg: remove redundant message at swapon X-Git-Tag: v2.6.30-rc1~351 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=627991a20b3f4d504d20466ab405fe035cb1a20a;p=pandora-kernel.git memcg: remove redundant message at swapon It's pointed out that swap_cgroup's message at swapon() is nonsense. Because * It can be calculated very easily if all necessary information is written in Kconfig. * It's not necessary to annoying people at every swapon(). In other view, now, memory usage per swp_entry is reduced to 2bytes from 8bytes(64bit) and I think it's reasonably small. Reported-by: Hugh Dickins Signed-off-by: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed