From: Benjamin LaHaise Date: Wed, 17 Jul 2013 13:34:24 +0000 (-0400) Subject: aio: fix build when migration is disabled X-Git-Tag: v3.12-rc1~16^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c45355fc7c48c82db151bf0e7ca305d513e639e;p=pandora-kernel.git aio: fix build when migration is disabled When "fs/aio: Add support to aio ring pages migration" was applied, it broke the build when CONFIG_MIGRATION was disabled. Wrap the migration code with a test for CONFIG_MIGRATION to fix this and save a few bytes when migration is disabled. Signed-off-by: Benjamin LaHaise --- Reading git-diff-tree failed