Changeset c577a9a in mainline for uspace/srv/vfs/vfs_pager.c
- Timestamp:
- 2017-03-05T20:23:05Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update
- Children:
- 354b642
- Parents:
- 1dff985
- git-author:
- Jiri Zarevucky <zarevucky.jiri@…> (2017-03-05 20:23:05)
- git-committer:
- Jakub Jermar <jakub@…> (2017-03-05 20:23:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_pager.c
r1dff985 rc577a9a 71 71 }; 72 72 73 fibril_mutex_lock(&file->lock);74 73 file->pos = offset; 75 fibril_mutex_unlock(&file->lock);76 74 77 75 size_t total = 0;
Note:
See TracChangeset
for help on using the changeset viewer.