From: Christoph Lameter Date: Fri, 17 Mar 2006 07:03:59 +0000 (-0800) Subject: [PATCH] page migration: Fail with error if swap not setup X-Git-Tag: v2.6.16~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90036ee5938d89638e80f4d0d0700d0f2dbd4a6a;p=pandora-kernel.git [PATCH] page migration: Fail with error if swap not setup Currently the migration of anonymous pages will silently fail if no swap is setup. This patch makes page migration functions check for available swap and fail with -ENODEV if no swap space is available. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed