Changeset 242b4bb in mainline
- Timestamp:
- 2011-03-09T13:19:10Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a210bc7
- Parents:
- 529edc66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/ext2fs/ext2fs_ops.c
r529edc66 r242b4bb 717 717 718 718 if (pos >= file_size) { 719 // TODO: is this OK? return EIO?719 // Read 0 bytes successfully 720 720 async_data_read_finalize(callid, NULL, 0); 721 721 async_answer_1(rid, EOK, 0);
Note:
See TracChangeset
for help on using the changeset viewer.