Subversion Repositories HelenOS

Rev

Rev 2532 | Rev 2534 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2532 Rev 2533
Line 117... Line 117...
117
    /*
117
    /*
118
     * Pick up the answer for the request to the VFS_REQUEST call.
118
     * Pick up the answer for the request to the VFS_REQUEST call.
119
     */
119
     */
120
    async_wait_for(req, NULL);
120
    async_wait_for(req, NULL);
121
    dprintf("FAT filesystem registered.\n");
121
    dprintf("FAT filesystem registered.\n");
-
 
122
 
-
 
123
    /*
-
 
124
     * TODO: Interestingly, if we return, the only thread dies.
-
 
125
     *       If the only thread dies, the whole task is destroyed.
-
 
126
     *       Prevent the thread from exiting when there are active fibrils.
-
 
127
     */
-
 
128
    while(1)
122
    async_manager();
129
        usleep(1000000);
-
 
130
   
123
    return 0;
131
    return 0;
124
}
132
}
125
 
133
 
126
/**
134
/**
127
 * @}
135
 * @}