Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66f55071 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Christoph Hellwig
Browse files

[XFS] remove an over-zealous WARN_ON

parent b19312c4
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -886,7 +886,6 @@ xfs_page_state_convert(
		SetPageUptodate(page);
		SetPageUptodate(page);


	if (startio) {
	if (startio) {
		WARN_ON(page_dirty);
		xfs_submit_page(page, wbc, bh_arr, cnt, 0, !page_dirty);
		xfs_submit_page(page, wbc, bh_arr, cnt, 0, !page_dirty);
	}
	}