Changeset 89dcf93 in mainline
- Timestamp:
 - 2014-02-11T13:47:13Z (12 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 83b6ba9f
 - Parents:
 - 2463df9
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/srv/fs/ext4fs/ext4fs_ops.c
r2463df9 r89dcf93 1403 1403 } 1404 1404 1405 if (flags == BLOCK_FLAGS_NOREAD) {1405 if (flags == BLOCK_FLAGS_NOREAD) 1406 1406 memset(write_block->data, 0, block_size); 1407 write_block->dirty = true;1408 }1409 1407 1410 1408 rc = async_data_write_finalize(callid, write_block->data + … … 1414 1412 goto exit; 1415 1413 } 1414 1415 write_block->dirty = true; 1416 1416 1417 1417 rc = block_put(write_block);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  