Changeset 242b4bb in mainline


Ignore:
Timestamp:
2011-03-09T13:19:10Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a210bc7
Parents:
529edc66
Message:

Change comment, as I verified that this should work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext2fs/ext2fs_ops.c

    r529edc66 r242b4bb  
    717717       
    718718        if (pos >= file_size) {
    719                 // TODO: is this OK? return EIO?
     719                // Read 0 bytes successfully
    720720                async_data_read_finalize(callid, NULL, 0);
    721721                async_answer_1(rid, EOK, 0);
Note: See TracChangeset for help on using the changeset viewer.