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


Ignore:
Timestamp:
2011-11-27T12:16:40Z (12 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_directory.c

    r5f6cb14 re5f8762  
    317317        }
    318318
    319         if (rc != EOK) {
    320                 ext4_directory_iterator_fini(&it);
    321                 return rc;
    322         }
    323 
    324319        // TODO modify HTREE index if exists
    325320
Note: See TracChangeset for help on using the changeset viewer.