Changeset 50461f2 in mainline for uspace/srv/vfs/vfs_lookup.c


Ignore:
Timestamp:
2009-06-01T16:56:57Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
49f78c7
Parents:
d0a1d961
Message:

revert commit 4443 and implement a much finer solution as suggested by Jakub Jermar in commit 4444

File:
1 edited

Legend:

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

    rd0a1d961 r50461f2  
    164164            &answer);
    165165        vfs_release_phone(phone);
    166 
     166       
     167        async_serialize_start();
    167168        ipcarg_t rc;
    168         /* XXX shouldn't we disable fibril preemption here? */
    169169        async_wait_for(req, &rc);
    170 
     170        async_serialize_end();
     171       
    171172        futex_down(&plb_futex);
    172173        list_remove(&entry.plb_link);
Note: See TracChangeset for help on using the changeset viewer.