Changeset 7b47fa2 in mainline for uspace/srv/vfs/vfs_lookup.c


Ignore:
Timestamp:
2009-06-25T21:30:25Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9593bc8
Parents:
d4b9d28
Message:

Do not use the "pending" fibril mechanism in VFS

File:
1 edited

Legend:

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

    rd4b9d28 r7b47fa2  
    5050
    5151FIBRIL_MUTEX_INITIALIZE(plb_mutex);
    52 link_t plb_head;  /**< PLB entry ring buffer. */
     52LIST_INITIALIZE(plb_head);      /**< PLB entry ring buffer. */
    5353uint8_t *plb = NULL;
    5454
Note: See TracChangeset for help on using the changeset viewer.