Changeset c31d773 in mainline for uspace/srv/vfs/vfs_node.c
- Timestamp:
- 2008-03-09T19:55:42Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 088cecc
- Parents:
- c089919
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_node.c
rc089919 rc31d773 39 39 #include <stdlib.h> 40 40 #include <string.h> 41 #include <atomic.h>42 41 #include <futex.h> 43 42 #include <rwlock.h> … … 48 47 49 48 /** Futex protecting the VFS node hash table. */ 50 atomic_t nodes_futex = FUTEX_INITIALIZER;49 futex_t nodes_futex = FUTEX_INITIALIZER; 51 50 52 51 #define NODES_BUCKETS_LOG 8
Note:
See TracChangeset
for help on using the changeset viewer.