Changeset ca093b3 in mainline
- Timestamp:
- 2009-06-17T22:32:19Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 553492be
- Parents:
- 4e1b57d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_idx.c
r4e1b57d rca093b3 464 464 if (l) { 465 465 fidx = hash_table_get_instance(l, fat_idx_t, uih_link); 466 f utex_down(&fidx->lock);466 fibril_mutex_lock(&fidx->lock); 467 467 } 468 468 fibril_mutex_unlock(&used_lock);
Note:
See TracChangeset
for help on using the changeset viewer.