]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/mm.h
net: Fix build failure due to lockdep_sock_is_held().
[karo-tx-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,