]> Git Repo - linux.git/commit - init/Kconfig
memcg: remove redundant message at swapon
authorKAMEZAWA Hiroyuki <[email protected]>
Thu, 2 Apr 2009 23:57:47 +0000 (16:57 -0700)
committerLinus Torvalds <[email protected]>
Fri, 3 Apr 2009 02:04:56 +0000 (19:04 -0700)
commit627991a20b3f4d504d20466ab405fe035cb1a20a
treeac1d7e0bc0881cf31c72ab1f830de904d52ef13e
parenta3b2d692690aef228e493b1beaafe5364cab3237
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 <[email protected]>
Signed-off-by: KAMEZAWA Hiroyuki <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
init/Kconfig
mm/page_cgroup.c
This page took 0.052473 seconds and 4 git commands to generate.