Commit ab8705f7 authored by Stephen Lord's avatar Stephen Lord Committed by Stephen Lord

[XFS] fix merge error in pagebuf flush logic, bogus spinlock obtain was

left in the code.

SGI Modid: 2.5.x-xfs:slinx:159049a
parent 196bd57b
......@@ -1769,8 +1769,6 @@ pagebuf_delwri_flush(
blk_run_queues();
flush_cnt = 0;
}
spin_lock(&pbd_delwrite_lock);
}
spin_unlock(&pbd_delwrite_lock);
......
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