commit | 6d91add09f4bad5f4d4233b13faa392f0c4b16be | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Tue Jan 06 14:39:24 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jan 06 15:59:02 2009 -0800 |
tree | 26f77047b316dfc0879307fbfda84b15a199155f | |
parent | 3c1d43787b48c798f44dc32a6e6deb5ca2da3e68 [diff] |
mm: add Set,ClearPageSwapCache stubs If we add NOOP stubs for SetPageSwapCache() and ClearPageSwapCache(), then we can remove the #ifdef CONFIG_SWAPs from mm/migrate.c. Signed-off-by: Hugh Dickins <hugh@veritas.com> Acked-by: Christoph Lameter <cl@linux-foundation.org> Cc: Nick Piggin <nickpiggin@yahoo.com.au> Cc: Mel Gorman <mel@csn.ul.ie> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>