Commit c09f1e9e authored by Nathan Scott's avatar Nathan Scott

[XFS] Turn log head/tail check into an assert - this condition should never be true here

SGI Modid: 2.5.x-xfs:slinx:151422a
parent ef094721
...@@ -3724,8 +3724,7 @@ xlog_do_log_recovery( ...@@ -3724,8 +3724,7 @@ xlog_do_log_recovery(
{ {
int error; int error;
if (head_blk == tail_blk) ASSERT(head_blk != tail_blk);
return 0;
/* /*
* First do a pass to find all of the cancelled buf log items. * First do a pass to find all of the cancelled buf log items.
......
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