Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2658 → Rev 2659

/trunk/uspace/srv/vfs/vfs_read.c
110,6 → 110,11
size_t bytes = IPC_GET_ARG1(answer);
 
/*
* Update the position pointer.
*/
file->pos += bytes;
 
/*
* FS server's reply is the final result of the whole operation we
* return to the client.
*/