Changeset dd8b6a8 in mainline for uspace/lib/block/block.c


Ignore:
Timestamp:
2014-08-27T23:56:16Z (11 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
95fe55ca
Parents:
f27f3fd
Message:

Add synchronize cache operation to block layer and usbmast.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/block/block.c

    rf27f3fd rdd8b6a8  
    194194        if (devcon->cache)
    195195                (void) block_cache_fini(service_id);
     196       
     197        (void)bd_sync_cache(devcon->bd, 0, 0);
    196198       
    197199        devcon_remove(devcon);
Note: See TracChangeset for help on using the changeset viewer.