Changeset 5c786d1 in mainline


Ignore:
Timestamp:
2007-12-22T23:03:35Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36d852c
Parents:
a4eb8a60
Message:

After VFS_READ, update the position pointer in the open file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_read.c

    ra4eb8a60 r5c786d1  
    111111
    112112        /*
     113         * Update the position pointer.
     114         */
     115        file->pos += bytes;
     116
     117        /*
    113118         * FS server's reply is the final result of the whole operation we
    114119         * return to the client.
Note: See TracChangeset for help on using the changeset viewer.