Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/mfs/mfs_balloc.c

    r7a46bfe r40a2af3  
    122122        block_t *b;
    123123
    124         assert(inst != NULL);
    125124        sbi = inst->sbi;
    126         assert(sbi != NULL);
    127125
    128126        if (bid == BMAP_ZONE) {
     
    192190        int r, freebit;
    193191
    194         assert(inst != NULL);
    195192        sbi = inst->sbi;
    196         assert(sbi != NULL);
    197193
    198194        if (bid == BMAP_ZONE) {
Note: See TracChangeset for help on using the changeset viewer.