commit | 0c45355fc7c48c82db151bf0e7ca305d513e639e | [log] [tgz] |
---|---|---|
author | Benjamin LaHaise <bcrl@kvack.org> | Wed Jul 17 09:34:24 2013 -0400 |
committer | Benjamin LaHaise <bcrl@kvack.org> | Wed Jul 17 09:34:24 2013 -0400 |
tree | 9fcf956a6135b1120d206a9f7c250eb9cfbd6488 | |
parent | 36bc08cc01709b4a9bb563b35aa530241ddc63e3 [diff] |
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 <bcrl@kvack.org>