Changeset f57f8ea in mainline for uspace/srv/vfs/vfs_node.c


Ignore:
Timestamp:
2008-01-02T20:25:24Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9413c0d
Parents:
215e375
Message:

Rename unlink_futex to namespace_futex and introduce a new futex for serializing
concurrent access to a VFS node's contents by multiple clients.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_node.c

    r215e375 rf57f8ea  
    147147                node->index = triplet->index;
    148148                link_initialize(&node->nh_link);
     149                futex_initialize(&node->contents_futex, 1);
    149150                hash_table_insert(&nodes, key, &node->nh_link);
    150151        } else {
Note: See TracChangeset for help on using the changeset viewer.