Changeset 00a9625 in mainline
- Timestamp:
- 2009-08-12T18:21:03Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b713492b
- Parents:
- 8b58fc1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
r8b58fc1 r00a9625 343 343 /* mark all dentries as never-used */ 344 344 memset(b->data, 0, bps); 345 b->dirty = false;345 b->dirty = true; 346 346 block_put(b); 347 347 }
Note:
See TracChangeset
for help on using the changeset viewer.