]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/ksm.c: use new hashtable implementation
authorSasha Levin <levinsasha928@gmail.com>
Wed, 20 Feb 2013 02:14:03 +0000 (13:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:52:22 +0000 (16:52 +1100)
commit1d4551a0bd2ab9df0825673d7e5daeaa0fc4eb49
treeee45dd8647f9869f7eaaa732aefa8bdeb38011f3
parent2d4bab498f5843ea834380264749c73ead6a65e9
mm/ksm.c: use new hashtable implementation

Switch ksm to use the new hashtable implementation.  This reduces the
amount of generic unrelated code in the ksm module.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Acked-by: Hugh Dickins <hughd@google.com>
Cc: Michal Hocko <mhocko@suse.cz>
Cc: Konstantin Khlebnikov <khlebnikov@openvz.org>
Cc: Mel Gorman <mgorman@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/ksm.c