Commit 196bd57b authored by Stephen Lord's avatar Stephen Lord Committed by Stephen Lord

[XFS] Fix build

SGI Modid: 2.5.x-xfs:slinx:159047a
parent 6e7e38df
......@@ -1042,7 +1042,7 @@ count_page_state(
if (buffer_uptodate(bh) && !buffer_mapped(bh))
(*unmapped) = 1;
else if (buffer_unwritten(bh) && !buffer_delay(bh))
clear_bit(BH_Unwritten, &bh->b_state);
clear_buffer_unwritten(bh);
else if (buffer_unwritten(bh))
(*unwritten) = 1;
else if (buffer_delay(bh))
......
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