mm/ksm.c: use new hashtable implementation
authorSasha Levin <levinsasha928@gmail.com>
Sat, 23 Feb 2013 00:32:28 +0000 (16:32 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 24 Feb 2013 01:50:10 +0000 (17:50 -0800)
commit4ca3a69bcb6875c3f20802522c1b4fc56bb14608
treee5877d6bf4106733aa7122f0172efff8b87059f7
parent43b5fbbd28294e095653d3c1ba9c399b2168e8df
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/ksm.c