Commit b3a0d8d2 authored by Chris Mason's avatar Chris Mason

Btrfs: Remove verbose WARN_ON

Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 55c69072
......@@ -1665,8 +1665,6 @@ void set_page_extent_mapped(struct page *page)
void set_page_extent_head(struct page *page, unsigned long len)
{
WARN_ON(page->private && page->private == EXTENT_PAGE_PRIVATE &&
PageDirty(page));
set_page_private(page, EXTENT_PAGE_PRIVATE_FIRST_PAGE | len << 2);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment