diff options
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r-- | include/linux/mm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index ffcce9bf2b54..2ad0ac8c3f32 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
@@ -895,8 +895,6 @@ struct zap_details { | |||
895 | struct address_space *check_mapping; /* Check page->mapping if set */ | 895 | struct address_space *check_mapping; /* Check page->mapping if set */ |
896 | pgoff_t first_index; /* Lowest page->index to unmap */ | 896 | pgoff_t first_index; /* Lowest page->index to unmap */ |
897 | pgoff_t last_index; /* Highest page->index to unmap */ | 897 | pgoff_t last_index; /* Highest page->index to unmap */ |
898 | spinlock_t *i_mmap_lock; /* For unmap_mapping_range: */ | ||
899 | unsigned long truncate_count; /* Compare vm_truncate_count */ | ||
900 | }; | 898 | }; |
901 | 899 | ||
902 | struct page *vm_normal_page(struct vm_area_struct *vma, unsigned long addr, | 900 | struct page *vm_normal_page(struct vm_area_struct *vma, unsigned long addr, |