Changeset ea75ceb in mainline
- Timestamp:
- 2012-01-26T09:34:35Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8da2c60
- Parents:
- cf858877
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/ext4fs/ext4fs_ops.c
rcf858877 rea75ceb 219 219 if (rc != EOK) { 220 220 ext4_directory_iterator_fini(&it); 221 if (rc == ENOENT) { 222 *rfn = NULL; 223 return EOK; 224 } 221 225 return rc; 222 226 }
Note:
See TracChangeset
for help on using the changeset viewer.