Changeset 553492be in mainline for uspace/srv/vfs/vfs_file.c


Ignore:
Timestamp:
2009-06-17T22:33:08Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ac47b7c2
Parents:
ca093b3
Message:

Finish converting VFS to fibril synchronization.

File:
1 edited

Legend:

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

    rca093b3 r553492be  
    5858 *
    5959 * This resource being per-connection and, in the first place, per-fibril, we
    60  * don't need to protect it by a futex.
     60 * don't need to protect it by a mutex.
    6161 */
    6262fibril_local vfs_file_t **files = NULL;
Note: See TracChangeset for help on using the changeset viewer.