Message ID | 20201124041507.28996-2-willy@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/4] mm: Support THPs in zero_user_segments | expand |
diff --git a/mm/filemap.c b/mm/filemap.c index 7c83ee17f756..f3b448431bd4 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -1858,7 +1858,6 @@ static inline struct page *find_get_entry(struct xa_state *xas, pgoff_t max, put_page(page); goto reset; } - VM_BUG_ON_PAGE(!thp_contains(page, xas->xa_index), page); return page; reset: