1 #ifndef MIGRATE_MODE_H_INCLUDED
2 #define MIGRATE_MODE_H_INCLUDED
4 * MIGRATE_ASYNC means never block
5 * MIGRATE_SYNC_LIGHT in the current implementation means to allow blocking
6 * on most operations but not ->writepage as the potential stall time
8 * MIGRATE_SYNC will block when migrating pages
16 #endif /* MIGRATE_MODE_H_INCLUDED */