Changeset 88a27f1 in mainline for uspace/srv/fs/fat/fat_ops.c
- Timestamp:
- 2011-05-13T20:14:32Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0182e5cc
- Parents:
- a8c14aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
ra8c14aa r88a27f1 105 105 node->dirty = false; 106 106 node->lastc_cached_valid = false; 107 node->lastc_cached_value = FAT 16_CLST_LAST1;107 node->lastc_cached_value = FAT32_CLST_LAST1; 108 108 node->currc_cached_valid = false; 109 109 node->currc_cached_bn = 0; 110 node->currc_cached_value = FAT 16_CLST_LAST1;110 node->currc_cached_value = FAT32_CLST_LAST1; 111 111 } 112 112
Note:
See TracChangeset
for help on using the changeset viewer.