Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-intel...
[deliverable/linux.git] / include / linux / mm.h
index 450fc977ed02170000a62575c4e4df162b0c17db..ed6407d1b7b5628ec8019e7afa667ab5e9a415d4 100644 (file)
@@ -1132,6 +1132,8 @@ struct zap_details {
        struct address_space *check_mapping;    /* Check page->mapping if set */
        pgoff_t first_index;                    /* Lowest page->index to unmap */
        pgoff_t last_index;                     /* Highest page->index to unmap */
+       bool ignore_dirty;                      /* Ignore dirty pages */
+       bool check_swap_entries;                /* Check also swap entries */
 };
 
 struct page *vm_normal_page(struct vm_area_struct *vma, unsigned long addr,
This page took 0.025163 seconds and 5 git commands to generate.