Ignore:
Timestamp:
2009-06-26T21:34:47Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
00fe6bb
Parents:
af65b72
Message:

Allow libblock to operate in write-through mode. With 'wtcache' mount option, FAT sets write-through mode on the cache.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/cmds/modules/bdd/bdd.c

    raf65b72 r1fbe064b  
    103103        }
    104104
    105         rc = block_cache_init(handle, BLOCK_SIZE, 2);
     105        rc = block_cache_init(handle, BLOCK_SIZE, 2, CACHE_MODE_WB);
    106106        if (rc != EOK) {
    107107                printf("Error: could not init block cache.\n");
Note: See TracChangeset for help on using the changeset viewer.