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


Ignore:
Timestamp:
2012-01-26T09:34:35Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8da2c60
Parents:
cf858877
Message:

bugfix in match operation

File:
1 edited

Legend:

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

    rcf858877 rea75ceb  
    219219        if (rc != EOK) {
    220220                ext4_directory_iterator_fini(&it);
     221                if (rc == ENOENT) {
     222                        *rfn = NULL;
     223                        return EOK;
     224                }
    221225                return rc;
    222226        }
Note: See TracChangeset for help on using the changeset viewer.