Changeset af7383f in mainline for uspace/srv/vfs/vfs_register.c


Ignore:
Timestamp:
2009-06-15T19:17:11Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c07af37
Parents:
0ed2e0e
Message:

Handle pending mounts using only one fibril.

File:
1 edited

Legend:

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

    r0ed2e0e raf7383f  
    269269        ipc_answer_1(rid, EOK, (ipcarg_t) fs_info->fs_handle);
    270270       
     271        pending_new_fs = true;
     272        fibril_condvar_signal(&pending_cv);
    271273        fibril_mutex_unlock(&fs_head_lock);
    272274       
Note: See TracChangeset for help on using the changeset viewer.