diff options
Diffstat (limited to 'mm/rmap.c')
| -rw-r--r-- | mm/rmap.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/mm/rmap.c b/mm/rmap.c index d8ce5ff6145..67f0e20b101 100644 --- a/mm/rmap.c +++ b/mm/rmap.c @@ -537,9 +537,6 @@ void page_add_new_anon_rmap(struct page *page,   */  void page_add_file_rmap(struct page *page)  { -	BUG_ON(PageAnon(page)); -	BUG_ON(!pfn_valid(page_to_pfn(page))); -  	if (atomic_inc_and_test(&page->_mapcount))  		__inc_page_state(nr_mapped);  } | 
