Changeset 0e31a2b in mainline


Ignore:
Timestamp:
2009-06-10T14:42:24Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e13bfa
Parents:
230260ac
Message:

remove yet another serialization which is not needed anymore

File:
1 edited

Legend:

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

    r230260ac r0e31a2b  
    211211        vfs_release_phone(phone);
    212212       
    213         async_serialize_start();
    214213        ipcarg_t rc;
    215214        async_wait_for(req, &rc);
    216         async_serialize_end();
    217215       
    218216        if (rc == EOK) {
Note: See TracChangeset for help on using the changeset viewer.