Changeset 36d2c6f in mainline for uspace/srv/fs/ext4fs/ext4fs_ops.c


Ignore:
Timestamp:
2011-10-20T09:53:35Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e3ca824
Parents:
246a5af
Message:

successful reading indexed directory if item is in the first leaf block

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext4fs/ext4fs_ops.c

    r246a5af r36d2c6f  
    238238
    239239                        inode = ext4_directory_entry_ll_get_inode(it.current);
    240                         return ext4fs_node_get_core(rfn, eparent->instance, inode);
     240
     241                        rc = ext4fs_node_get_core(rfn, eparent->instance, inode);
     242                        ext4_directory_iterator_fini(&it);
     243                        return rc;
    241244                }
    242245
Note: See TracChangeset for help on using the changeset viewer.