1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef MIGRATE_MODE_H_INCLUDED
3 #define MIGRATE_MODE_H_INCLUDED
5 * MIGRATE_ASYNC means never block
6 * MIGRATE_SYNC_LIGHT in the current implementation means to allow blocking
7 * on most operations but not ->writepage as the potential stall time
9 * MIGRATE_SYNC will block when migrating pages
21 MR_SYSCALL
, /* also applies to cpusets */
31 #endif /* MIGRATE_MODE_H_INCLUDED */