Changeset ca093b3 in mainline for uspace/srv/fs/fat/fat_idx.c


Ignore:
Timestamp:
2009-06-17T22:32:19Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
553492be
Parents:
4e1b57d
Message:

Strange left-over.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_idx.c

    r4e1b57d rca093b3  
    464464        if (l) {
    465465                fidx = hash_table_get_instance(l, fat_idx_t, uih_link);
    466                 futex_down(&fidx->lock);
     466                fibril_mutex_lock(&fidx->lock);
    467467        }
    468468        fibril_mutex_unlock(&used_lock);
Note: See TracChangeset for help on using the changeset viewer.