Changeset 5ac8918 in mainline for uspace/lib/libblock/libblock.c
- Timestamp:
- 2009-08-27T09:43:41Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ddfc39a3
- Parents:
- 6c3d54e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libblock/libblock.c
r6c3d54e r5ac8918 394 394 /* 395 395 * Lock the block before releasing the cache lock. Thus we don't 396 * kill concur ent operations on the cache while doing I/O on the397 * block.396 * kill concurrent operations on the cache while doing I/O on 397 * the block. 398 398 */ 399 399 fibril_mutex_lock(&b->lock);
Note:
See TracChangeset
for help on using the changeset viewer.