Changeset 6ebe721 in mainline for uspace/srv/fs/fat/fat.h


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

Use fibril synchronization in FAT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat.h

    r34ca870 r6ebe721  
    3636#include "fat_fat.h"
    3737#include <ipc/ipc.h>
     38#include <fibril_sync.h>
    3839#include <libfs.h>
    3940#include <atomic.h>
     
    161162        link_t          uih_link;
    162163
    163         futex_t         lock;
     164        fibril_mutex_t  lock;
    164165        dev_handle_t    dev_handle;
    165166        fs_index_t      index;
     
    182183        fs_node_t               *bp;
    183184       
    184         futex_t                 lock;
     185        fibril_mutex_t          lock;
    185186        fat_node_type_t         type;
    186187        fat_idx_t               *idx;
Note: See TracChangeset for help on using the changeset viewer.