Skip to content

Commit

Permalink
[XFS] remove an over-zealous WARN_ON
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hellwig authored and Christoph Hellwig committed May 27, 2005
1 parent b19312c commit 66f5507
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/xfs/linux-2.6/xfs_aops.c
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,6 @@ xfs_page_state_convert(
SetPageUptodate(page);

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

Expand Down

0 comments on commit 66f5507

Please sign in to comment.