Changeset 5b5d25f in mainline
- Timestamp:
- 2007-10-03T06:46:47Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 116d3f6f
- Parents:
- 96858e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_register.c
r96858e8 r5b5d25f 234 234 * Add fs_info to the list of registered FS's. 235 235 */ 236 dprintf(" Adding FS into the registered list.\n");236 dprintf("Inserting FS into the list of registered file systems.\n"); 237 237 list_append(&fs_info->fs_link, &fs_head); 238 238 239 /*240 * ACK receiving a properly formatted, non-duplicit vfs_info.241 */242 ipc_answer_fast(callid, EOK, 0, 0);243 244 239 /* 245 240 * Now we want the client to send us the IPC_M_CONNECT_TO_ME call so … … 312 307 dprintf("\"%s\" filesystem successfully registered, handle=%d.\n", 313 308 fs_info->vfs_info.name, fs_info->fs_handle); 314 315 309 } 316 310
Note:
See TracChangeset
for help on using the changeset viewer.