mm: rename FOLL_MLOCK to FOLL_POPULATE
[deliverable/linux.git] / include / linux / mm.h
index 47a93928b90fff85339fd09d47761549db576b58..cccbbba12b9d474d18c6cea81923c98f2fbbb33f 100644 (file)
@@ -2109,7 +2109,7 @@ static inline struct page *follow_page(struct vm_area_struct *vma,
 #define FOLL_FORCE     0x10    /* get_user_pages read/write w/o permission */
 #define FOLL_NOWAIT    0x20    /* if a disk transfer is needed, start the IO
                                 * and return without waiting upon it */
-#define FOLL_MLOCK     0x40    /* mark page as mlocked */
+#define FOLL_POPULATE  0x40    /* fault in page */
 #define FOLL_SPLIT     0x80    /* don't return transhuge pages, split them */
 #define FOLL_HWPOISON  0x100   /* check page is hwpoisoned */
 #define FOLL_NUMA      0x200   /* force NUMA hinting page fault */
This page took 0.026286 seconds and 5 git commands to generate.