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


Ignore:
Timestamp:
2011-11-27T12:16:40Z (14 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d4d2954
Parents:
5f6cb14
Message:

Fixed bugs in directory removal process

File:
1 edited

Legend:

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

    r5f6cb14 re5f8762  
    387387        }
    388388
     389        inode_ref->dirty = true;
     390
    389391        // Free inode
    390392        rc = ext4_ialloc_free_inode(fs, inode_ref);
     
    441443        for (i = 1; i <= blocks_count; ++i) {
    442444                // TODO check retval
    443                 // TODO decrement inode->blocks_count
    444 
    445445                ext4_filesystem_release_inode_block(fs, inode_ref, total_blocks - i);
    446446        }
Note: See TracChangeset for help on using the changeset viewer.