Changeset 847f2cb in mainline for uspace/lib/ext4/libext4_ialloc.c


Ignore:
Timestamp:
2012-04-08T09:23:37Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
936132f
Parents:
95947d24
Message:

ialloc: error handling TODOs done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_ialloc.c

    r95947d24 r847f2cb  
    176176                                        bitmap_block->data, 0, &index_in_group, inodes_in_group);
    177177
    178                         // TODO check
     178                        // Block group is full (inodes)
    179179                        if (rc == ENOSPC) {
    180180                                block_put(bitmap_block);
     
    209209                        rc = ext4_filesystem_put_block_group_ref(bg_ref);
    210210                        if (rc != EOK) {
    211                                 // TODO
    212                                 EXT4FS_DBG("ERRRRR");
     211                                EXT4FS_DBG("ERROR: unable to put block group reference");
     212                                return rc;
    213213                        }
    214214
Note: See TracChangeset for help on using the changeset viewer.