Changeset 39c3b7f9 in mainline
- Timestamp:
 - 2017-03-16T17:29:53Z (9 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 7f59d6c
 - Parents:
 - 5a2b765
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/srv/vfs/vfs_pager.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/srv/vfs/vfs_pager.c
r5a2b765 r39c3b7f9 72 72 73 73 file->pos = offset; 74 vfs_file_put(file); 74 75 75 76 size_t total = 0; … … 84 85 chunk.size = page_size - total; 85 86 } while (total < page_size); 86 87 vfs_file_put(file);88 87 89 88 async_answer_1(rid, rc, (sysarg_t) page);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  