Changeset 45ee9ed in mainline


Ignore:
Timestamp:
2007-12-19T16:48:23Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a806bd61
Parents:
dea7616b
Message:

VFS work. Releas the FS phone earlier.

File:
1 edited

Legend:

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

    rdea7616b r45ee9ed  
    239239            (ipcarg_t) mounted_root.dev_handle, (ipcarg_t) mounted_root.index,
    240240            NULL);
     241        vfs_release_phone(phone);
    241242
    242243        ipcarg_t rc1;
     
    244245        async_wait_for(req1, &rc1);
    245246        async_wait_for(req2, &rc2);
    246         vfs_release_phone(phone);
    247247
    248248        if ((rc1 != EOK) || (rc2 != EOK)) {
Note: See TracChangeset for help on using the changeset viewer.