diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 78adec4ba9f4..2ec5138badab 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -1490,6 +1490,7 @@ struct page *follow_page(struct vm_area_struct *, unsigned long address, | |||
1490 | #define FOLL_DUMP 0x08 /* give error on hole if it would be zero */ | 1490 | #define FOLL_DUMP 0x08 /* give error on hole if it would be zero */ |
1491 | #define FOLL_FORCE 0x10 /* get_user_pages read/write w/o permission */ | 1491 | #define FOLL_FORCE 0x10 /* get_user_pages read/write w/o permission */ |
1492 | #define FOLL_MLOCK 0x40 /* mark page as mlocked */ | 1492 | #define FOLL_MLOCK 0x40 /* mark page as mlocked */ |
1493 | #define FOLL_SPLIT 0x80 /* don't return transhuge pages, split them */ | ||
1493 | 1494 | ||
1494 | typedef int (*pte_fn_t)(pte_t *pte, pgtable_t token, unsigned long addr, | 1495 | typedef int (*pte_fn_t)(pte_t *pte, pgtable_t token, unsigned long addr, |
1495 | void *data); | 1496 | void *data); |