Changeset e25d78c in mainline for uspace/lib/ext4/libext4_filesystem.c


Ignore:
Timestamp:
2012-07-30T19:31:47Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c15849c
Parents:
a5b1740
Message:

fixed bug with unused inodes count

File:
1 edited

Legend:

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

    ra5b1740 re25d78c  
    469469                                EXT4_BLOCK_GROUP_INODE_UNINIT);
    470470
    471                 ext4_block_group_set_itable_unused(newref->block_group,
    472                                 newref->fs->superblock, 0);
     471//              ext4_block_group_set_itable_unused(newref->block_group,
     472//                              newref->fs->superblock, 0);
    473473
    474474
Note: See TracChangeset for help on using the changeset viewer.