commit | 3c5a87f476bed45616e7e543dcaea4440c77bf93 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Fri Jun 23 02:03:08 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jun 23 07:42:46 2006 -0700 |
tree | 0ff4c86ef594f7bfad9937095b69aab5e70b4174 | |
parent | 4776874ff096cd410382c0eca5d75f69c9dfa58f [diff] |
[PATCH] migration: remove unnecessary PageSwapCache checks Remove two unnecessary PageSwapCache checks. The page refcount is raised and therefore page migration cannot occur in both functions. Signed-off-by: Christoph Lameter <clameter@sgi.com> Cc: Hugh Dickins <hugh@veritas.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>