Changeset d57e08f in mainline for uspace/srv/fs/tmpfs/tmpfs.c
- Timestamp:
- 2009-10-02T14:20:27Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f563126
- Parents:
- f5af635 (diff), bbddafb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.c
rf5af635 rd57e08f 48 48 #include <unistd.h> 49 49 #include <stdio.h> 50 #include <task.h> 50 51 #include <libfs.h> 51 52 #include "../../vfs/vfs.h" … … 55 56 56 57 vfs_info_t tmpfs_vfs_info = { 57 .name = "tmpfs",58 .name = NAME, 58 59 }; 59 60 … … 90 91 } 91 92 92 dprintf( "VFS-TMPFS connection established.\n");93 dprintf(NAME ": connection opened\n"); 93 94 while (1) { 94 95 ipc_callid_t callid; … … 162 163 163 164 printf(NAME ": Accepting connections\n"); 165 task_retval(0); 164 166 async_manager(); 165 167 /* not reached */
Note:
See TracChangeset
for help on using the changeset viewer.