Changes in uspace/srv/fs/ext4fs/ext4fs_ops.c [89dcf93:2f591127] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/ext4fs/ext4fs_ops.c
r89dcf93 r2f591127 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 } 1407 1409 1408 1410 rc = async_data_write_finalize(callid, write_block->data + … … 1412 1414 goto exit; 1413 1415 } 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.