Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2532 → Rev 2533

/trunk/uspace/srv/fs/fat/fat.c
119,7 → 119,15
*/
async_wait_for(req, NULL);
dprintf("FAT filesystem registered.\n");
async_manager();
 
/*
* TODO: Interestingly, if we return, the only thread dies.
* If the only thread dies, the whole task is destroyed.
* Prevent the thread from exiting when there are active fibrils.
*/
while(1)
usleep(1000000);
return 0;
}