Subversion Repositories freemyipod

Rev

Rev 251 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 251 Rev 264
Line 1482... Line 1482...
1482
        {
1482
        {
1483
            erasectr = ftl_erasectr[ftl_cxt.blockpool[idx]];
1483
            erasectr = ftl_erasectr[ftl_cxt.blockpool[idx]];
1484
            bestidx = idx;
1484
            bestidx = idx;
1485
        }
1485
        }
1486
    }
1486
    }
1487
    if (bestidx == 0xFFFFFFFF0)
1487
    if (bestidx == 0xFFFFFFFF)
1488
    {
1488
    {
1489
        ftl_initialized = false;
1489
        ftl_initialized = false;
1490
        panicf(PANIC_KILLTHREAD, "FTL: Out of pool blocks!");
1490
        panicf(PANIC_KILLTHREAD, "FTL: Out of pool blocks!");
1491
    }
1491
    }
1492
    block = ftl_cxt.blockpool[bestidx];
1492
    block = ftl_cxt.blockpool[bestidx];